Skip to content

Commit

Permalink
rockchip: sync rk3568 upstream dts changes
Browse files Browse the repository at this point in the history
  • Loading branch information
aiamadeus committed Jun 6, 2024
1 parent cb1f2c6 commit a87cb8c
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 56 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@
vin-supply = <&vcc12v_dcin>;
};

vcc5v0_usb: vcc5v0-usb {
compatible = "regulator-fixed";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-name = "vcc5v0_usb";
vin-supply = <&vcc12v_dcin>;
};

vcc5v0_usb_otg: vcc5v0-usb-otg {
compatible = "regulator-fixed";
enable-active-high;
Expand All @@ -65,7 +55,7 @@
regulator-min-microvolt = <5000000>;
regulator-max-microvolt = <5000000>;
regulator-name = "vcc5v0_usb_otg";
vin-supply = <&vcc5v0_usb>;
vin-supply = <&vcc5v0_sys>;
};

vcc3v3_pcie: vcc3v3-pcie {
Expand All @@ -75,10 +65,10 @@
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-name = "vcc3v3_pcie";
vin-supply = <&vcc12v_dcin>;
vin-supply = <&vcc5v0_sys>;
};

gpio-keys {
keys {
compatible = "gpio-keys";
pinctrl-names = "default";
pinctrl-0 = <&reset_button_pin>;
Expand Down Expand Up @@ -112,10 +102,6 @@
status = "okay";
};

&combphy2 {
status = "okay";
};

&cpu0 {
cpu-supply = <&vdd_cpu>;
};
Expand All @@ -132,7 +118,6 @@
cpu-supply = <&vdd_cpu>;
};

#ifdef DTS_NO_LEGACY
&display_subsystem {
status = "disabled";
};
Expand All @@ -141,7 +126,6 @@
mali-supply = <&vdd_gpu>;
status = "okay";
};
#endif

&i2c0 {
status = "okay";
Expand Down Expand Up @@ -459,8 +443,8 @@
&pmu_io_domains {
pmuio1-supply = <&vcc3v3_pmu>;
pmuio2-supply = <&vcc3v3_pmu>;
vccio1-supply = <&vccio_acodec>;
vccio3-supply = <&vccio_sd>;
vccio1-supply = <&vcc_3v3>;
vccio3-supply = <&vcc_3v3>;
vccio4-supply = <&vcc_1v8>;
vccio5-supply = <&vcc_3v3>;
vccio6-supply = <&vcc_1v8>;
Expand Down Expand Up @@ -501,6 +485,7 @@
};

&usb2phy0_host {
phy-supply = <&vcc5v0_sys>;
status = "okay";
};

Expand All @@ -509,7 +494,6 @@
status = "okay";
};

#ifdef DTS_NO_LEGACY
&vop {
assigned-clocks = <&cru DCLK_VOP0>, <&cru DCLK_VOP1>;
assigned-clock-parents = <&pmucru PLL_HPLL>, <&cru PLL_VPLL>;
Expand All @@ -519,4 +503,3 @@
&vop_mmu {
status = "okay";
};
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
stdout-path = "serial2:1500000n8";
};

#ifdef DTS_NO_LEGACY
hdmi-con {
compatible = "hdmi-connector";
type = "a";
Expand All @@ -33,7 +32,6 @@
};
};
};
#endif

keys {
compatible = "gpio-keys";
Expand Down Expand Up @@ -180,7 +178,6 @@
cpu-supply = <&vdd_cpu>;
};

#ifdef DTS_NO_LEGACY
&gpu {
mali-supply = <&vdd_gpu>;
status = "okay";
Expand All @@ -207,7 +204,6 @@
&hdmi_sound {
status = "okay";
};
#endif

&i2c0 {
status = "okay";
Expand Down Expand Up @@ -451,11 +447,9 @@
status = "okay";
};

#ifdef DTS_NO_LEGACY
&i2s0_8ch {
status = "okay";
};
#endif

&i2s1_8ch {
rockchip,trcm-sync-tx-only;
Expand Down Expand Up @@ -589,7 +583,7 @@
disable-wp;
pinctrl-names = "default";
pinctrl-0 = <&sdmmc0_bus4 &sdmmc0_clk &sdmmc0_cmd &sdmmc0_det>;
sd-uhs-sdr104;
sd-uhs-sdr50;
vmmc-supply = <&vcc3v3_sd>;
vqmmc-supply = <&vccio_sd>;
status = "okay";
Expand Down Expand Up @@ -648,7 +642,6 @@
status = "okay";
};

#ifdef DTS_NO_LEGACY
&vop {
assigned-clocks = <&cru DCLK_VOP0>, <&cru DCLK_VOP1>;
assigned-clock-parents = <&pmucru PLL_HPLL>, <&cru PLL_VPLL>;
Expand All @@ -665,4 +658,3 @@
remote-endpoint = <&hdmi_in_vp0>;
};
};
#endif
Loading

0 comments on commit a87cb8c

Please sign in to comment.