forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/arch/arm64/boot/dts/rockchip/rk3568-evb.dtsi
....@@ -185,7 +185,7 @@
185185 sound-dai = <&hdmi>;
186186 };
187187 };
188
-
188
+/*
189189 leds: leds {
190190 compatible = "gpio-leds";
191191 run_led: run_led {
....@@ -203,7 +203,8 @@
203203 gpios = <&gpio4 RK_PD2 GPIO_ACTIVE_HIGH>;
204204 default-state = "on";
205205 };
206
- };
206
+
207
+ };*/
207208
208209 pdmics: dummy-codec {
209210 status = "disabled";
....@@ -329,7 +330,6 @@
329330 regulator-min-microvolt = <3300000>;
330331 regulator-max-microvolt = <3300000>;
331332 enable-active-high;
332
- gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>; //VCC3_IO_EN_GPIO0_C4_3V3
333333 vin-supply = <&vcc3v3_sys>;
334334
335335 regulator-state-mem {
....@@ -344,7 +344,6 @@
344344 regulator-min-microvolt = <3300000>;
345345 regulator-max-microvolt = <3300000>;
346346 enable-active-high;
347
- gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
348347 vin-supply = <&vcc3v3_sys>;
349348
350349 regulator-state-mem {
....@@ -1267,7 +1266,7 @@
12671266 };
12681267
12691268 &i2c1 {
1270
- status = "okay";
1269
+ status = "disabled";
12711270 };
12721271
12731272 &i2c5 {
....@@ -1444,7 +1443,7 @@
14441443 };
14451444
14461445 &pwm7 {
1447
- status = "okay";
1446
+ status = "disabled";
14481447
14491448 compatible = "rockchip,remotectl-pwm";
14501449 remote_pwm_id = <3>;
....@@ -1619,7 +1618,7 @@
16191618 };
16201619
16211620 &spdif_8ch {
1622
- status = "okay";
1621
+ status = "disabled";
16231622 };
16241623
16251624 &tsadc {
....@@ -1671,7 +1670,7 @@
16711670 };
16721671
16731672 &usbdrd_dwc3 {
1674
- dr_mode = "otg";
1673
+ dr_mode = "host";
16751674 extcon = <&usb2phy0>;
16761675 status = "okay";
16771676 };