update rk3566-jp-tvbox.dts

This commit is contained in:
桐话 2024-04-07 18:08:07 +08:00 committed by Liangbin Lian
parent e2d212aef7
commit 8a0e59f381
1 changed files with 9 additions and 9 deletions

View File

@ -221,6 +221,7 @@
};
};
#else
&hdmi_in_vp0 {
status = "okay";
};
@ -230,8 +231,6 @@
};
#endif
&hdmi_sound {
status = "okay";
};
@ -388,8 +387,8 @@
regulator-name = "vccio_acodec";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <3000000>;
regulator-max-microvolt = <3000000>;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-state-mem {
regulator-off-in-suspend;
@ -488,7 +487,7 @@
};
&gmac1 {
snps,reset-gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>;
snps,reset-gpio = <&gpio3 RK_PA1 GPIO_ACTIVE_LOW>;
snps,reset-active-low;
/* Reset time is 20ms, 100ms for rtl8211f */
snps,reset-delays-us = <0 20000 100000>;
@ -502,10 +501,10 @@
pinctrl-names = "default";
pinctrl-0 = <&gmac1m0_miim
&gmac1m0_tx_bus2_level3
&gmac1m0_tx_bus2
&gmac1m0_rx_bus2
&gmac1m0_rgmii_clk_level2
&gmac1m0_rgmii_bus_level3>;
&gmac1m0_rgmii_clk
&gmac1m0_rgmii_bus>;
tx_delay = <0x41>;
rx_delay = <0x2e>;
@ -774,7 +773,7 @@
status = "okay";
};
&rknpu {
&rknpu {
rknpu-supply = <&vdd_npu>;
status = "okay";
};
@ -793,6 +792,7 @@
&usbdrd_dwc3 {
dr_mode = "host";
extcon = <&usb2phy0>;
status = "okay";
};