forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/arm64/boot/dts/rockchip/rk3568-evb.dtsi
....@@ -185,14 +185,26 @@
185185 sound-dai = <&hdmi>;
186186 };
187187 };
188
-
188
+/*
189189 leds: leds {
190190 compatible = "gpio-leds";
191
- sys_led: sys_led {
192
- gpios = <&gpio3 RK_PD0 GPIO_ACTIVE_HIGH>;
193
- linux,default-trigger = "heartbeat";
191
+ run_led: run_led {
192
+ gpios = <&gpio4 RK_PC2 GPIO_ACTIVE_HIGH>;
193
+ default-state = "on";
194
+// linux,default-trigger = "heartbeat";
194195 };
195
- };
196
+
197
+ sig_led: sig_led {
198
+ gpios = <&gpio4 RK_PC3 GPIO_ACTIVE_HIGH>;
199
+ default-state = "on";
200
+ };
201
+
202
+ err_led: err_led {
203
+ gpios = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>;
204
+ default-state = "on";
205
+ };
206
+
207
+ };*/
196208
197209 pdmics: dummy-codec {
198210 status = "disabled";
....@@ -318,7 +330,6 @@
318330 regulator-min-microvolt = <3300000>;
319331 regulator-max-microvolt = <3300000>;
320332 enable-active-high;
321
- gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>; //VCC3_IO_EN_GPIO0_C4_3V3
322333 vin-supply = <&vcc3v3_sys>;
323334
324335 regulator-state-mem {
....@@ -333,7 +344,6 @@
333344 regulator-min-microvolt = <3300000>;
334345 regulator-max-microvolt = <3300000>;
335346 enable-active-high;
336
- gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
337347 vin-supply = <&vcc3v3_sys>;
338348
339349 regulator-state-mem {
....@@ -1256,7 +1266,7 @@
12561266 };
12571267
12581268 &i2c1 {
1259
- status = "okay";
1269
+ status = "disabled";
12601270 };
12611271
12621272 &i2c5 {
....@@ -1433,7 +1443,7 @@
14331443 };
14341444
14351445 &pwm7 {
1436
- status = "okay";
1446
+ status = "disabled";
14371447
14381448 compatible = "rockchip,remotectl-pwm";
14391449 remote_pwm_id = <3>;
....@@ -1608,7 +1618,7 @@
16081618 };
16091619
16101620 &spdif_8ch {
1611
- status = "okay";
1621
+ status = "disabled";
16121622 };
16131623
16141624 &tsadc {
....@@ -1660,7 +1670,7 @@
16601670 };
16611671
16621672 &usbdrd_dwc3 {
1663
- dr_mode = "otg";
1673
+ dr_mode = "host";
16641674 extcon = <&usb2phy0>;
16651675 status = "okay";
16661676 };