forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-03-13 25c72f09e887f85fcff4a3f978d294da97ab1420
kernel/arch/arm64/boot/dts/rockchip/rk3568-evb.dtsi
....@@ -273,6 +273,8 @@
273273 vcc5v0_otg: vcc5v0-otg-regulator {
274274 compatible = "regulator-fixed";
275275 regulator-name = "vcc5v0_otg";
276
+ egulator-boot-on;
277
+ regulator-always-on;
276278 regulator-min-microvolt = <5000000>;
277279 regulator-max-microvolt = <5000000>;
278280 enable-active-high;
....@@ -289,7 +291,7 @@
289291 regulator-min-microvolt = <3300000>;
290292 regulator-max-microvolt = <3300000>;
291293 enable-active-high;
292
- gpio = <&gpio2 RK_PD4 GPIO_ACTIVE_HIGH>;
294
+ gpio = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>; //VCC3_IO_EN_GPIO0_C4_3V3
293295 vin-supply = <&vcc3v3_sys>;
294296
295297 regulator-state-mem {
....@@ -1068,28 +1070,7 @@
10681070 status = "okay";
10691071 };
10701072
1071
-&hdmi {
1072
- status = "okay";
1073
- rockchip,phy-table =
1074
- <92812500 0x8009 0x0000 0x0270>,
1075
- <165000000 0x800b 0x0000 0x026d>,
1076
- <185625000 0x800b 0x0000 0x01ed>,
1077
- <297000000 0x800b 0x0000 0x01ad>,
1078
- <594000000 0x8029 0x0000 0x0088>,
1079
- <000000000 0x0000 0x0000 0x0000>;
1080
-};
10811073
1082
-&hdmi_in_vp0 {
1083
- status = "okay";
1084
-};
1085
-
1086
-&hdmi_in_vp1 {
1087
- status = "disabled";
1088
-};
1089
-
1090
-&hdmi_sound {
1091
- status = "okay";
1092
-};
10931074
10941075 &i2c0 {
10951076 status = "okay";
....@@ -1689,10 +1670,7 @@
16891670 status = "okay";
16901671 };
16911672
1692
-&route_hdmi {
1693
- status = "okay";
1694
- connect = <&vp0_out_hdmi>;
1695
-};
1673
+
16961674
16971675 &saradc {
16981676 status = "okay";
....@@ -1789,15 +1767,15 @@
17891767 };
17901768
17911769 &usbhost_dwc3 {
1792
- phys = <&u2phy0_host>;
1793
- phy-names = "usb2-phy";
1794
- maximum-speed = "high-speed";
1795
- snps,dis_u2_susphy_quirk;
1770
+// phys = <&u2phy0_host>;
1771
+// phy-names = "usb2-phy";
1772
+// maximum-speed = "high-speed";
1773
+// snps,dis_u2_susphy_quirk;
17961774 status = "okay";
17971775 };
17981776
17991777 &combphy1_usq {
1800
- rockchip,dis-u3otg1-port;
1778
+// rockchip,dis-u3otg1-port;
18011779 status = "okay";
18021780 };
18031781