mirror of
https://github.com/armbian/build.git
synced 2025-08-10 13:16:58 +02:00
60 lines
999 B
Diff
60 lines
999 B
Diff
--- a/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
|
|
+++ b/arch/arm64/boot/dts/rockchip/rk3328-roc-cc.dts
|
|
@@ -86,6 +86,7 @@
|
|
ir-receiver {
|
|
compatible = "gpio-ir-receiver";
|
|
gpios = <&gpio2 RK_PA2 GPIO_ACTIVE_LOW>;
|
|
+ linux,rc-map-name = "rc-khadas";
|
|
pinctrl-0 = <&ir_int>;
|
|
pinctrl-names = "default";
|
|
};
|
|
@@ -108,24 +109,6 @@
|
|
default-state = "off";
|
|
mode = <0x05>;
|
|
};
|
|
- };
|
|
-
|
|
- spdif_sound: spdif-sound {
|
|
- compatible = "simple-audio-card";
|
|
- simple-audio-card,name = "SPDIF";
|
|
-
|
|
- simple-audio-card,cpu {
|
|
- sound-dai = <&spdif>;
|
|
- };
|
|
-
|
|
- simple-audio-card,codec {
|
|
- sound-dai = <&spdif_dit>;
|
|
- };
|
|
- };
|
|
-
|
|
- spdif_dit: spdif-dit {
|
|
- compatible = "linux,spdif-dit";
|
|
- #sound-dai-cells = <0>;
|
|
};
|
|
};
|
|
|
|
@@ -186,10 +169,6 @@
|
|
status = "okay";
|
|
};
|
|
|
|
-&gpu {
|
|
- mali-supply = <&vdd_logic>;
|
|
-};
|
|
-
|
|
&hdmi {
|
|
status = "okay";
|
|
};
|
|
@@ -369,11 +348,6 @@
|
|
status = "okay";
|
|
};
|
|
|
|
-&spdif {
|
|
- pinctrl-0 = <&spdifm0_tx>;
|
|
- status = "okay";
|
|
-};
|
|
-
|
|
&tsadc {
|
|
status = "okay";
|
|
};
|
|
|