forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-03-13 25c72f09e887f85fcff4a3f978d294da97ab1420
kernel/arch/arm64/boot/dts/rockchip/rk3568-evb.dtsi
old mode 100644new mode 100755
....@@ -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 {
....@@ -326,7 +328,7 @@
326328 * - PDN (power down when low)
327329 */
328330 post-power-on-delay-ms = <200>;
329
- reset-gpios = <&gpio3 RK_PD5 GPIO_ACTIVE_LOW>;
331
+ reset-gpios = <&gpio2 RK_PB1 GPIO_ACTIVE_LOW>;
330332 };
331333
332334 wireless_wlan: wireless-wlan {
....@@ -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";
....@@ -1497,7 +1478,8 @@
14971478
14981479 sdio-pwrseq {
14991480 wifi_enable_h: wifi-enable-h {
1500
- rockchip,pins = <3 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>;
1481
+ rockchip,pins = <2 RK_PB1 RK_FUNC_GPIO &pcfg_pull_none>;
1482
+ //WIFI_REG_ON_H_GPIO2_B1
15011483 };
15021484 };
15031485
....@@ -1688,10 +1670,7 @@
16881670 status = "okay";
16891671 };
16901672
1691
-&route_hdmi {
1692
- status = "okay";
1693
- connect = <&vp0_out_hdmi>;
1694
-};
1673
+
16951674
16961675 &saradc {
16971676 status = "okay";
....@@ -1788,6 +1767,15 @@
17881767 };
17891768
17901769 &usbhost_dwc3 {
1770
+// phys = <&u2phy0_host>;
1771
+// phy-names = "usb2-phy";
1772
+// maximum-speed = "high-speed";
1773
+// snps,dis_u2_susphy_quirk;
1774
+ status = "okay";
1775
+};
1776
+
1777
+&combphy1_usq {
1778
+// rockchip,dis-u3otg1-port;
17911779 status = "okay";
17921780 };
17931781