Skip to content

Commit

Permalink
arch: arm64: dts: delete ufs nodes from armsom cm5-io
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingfate committed Nov 11, 2024
1 parent 82a3752 commit c0cb0d0
Showing 1 changed file with 0 additions and 44 deletions.
44 changes: 0 additions & 44 deletions arch/arm64/boot/dts/rockchip/rk3576-armsom-cm5-io.dts
Original file line number Diff line number Diff line change
Expand Up @@ -145,16 +145,6 @@
vin-supply = <&vcc_3v3_s3>;
};

vcc_ufs_s0: vcc-ufs-s0 {
compatible = "regulator-fixed";
regulator-name = "vcc_ufs_s0";
regulator-boot-on;
regulator-always-on;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
vin-supply = <&vcc_sys>;
};

vcc3v3_rtc_s5: vcc3v3-rtc-s5 {
compatible = "regulator-fixed";
regulator-name = "vcc3v3_rtc_s5";
Expand All @@ -165,35 +155,6 @@
vin-supply = <&vcc_sys>;
};

vcc1v8_ufs_vccq2_s0: vcc1v8-ufs-vccq2-s0 {
compatible = "regulator-fixed";
regulator-name = "vcc1v8_ufs_vccq2_s0";
regulator-boot-on;
regulator-always-on;
regulator-min-microvolt = <1800000>;
regulator-max-microvolt = <1800000>;
vin-supply = <&vcc_1v8_s3>;
};

vcc1v2_ufs_vccq_s0: vcc1v2-ufs-vccq-s0 {
compatible = "regulator-fixed";
regulator-name = "vcc1v2_ufs_vccq_s0";
regulator-boot-on;
regulator-always-on;
regulator-min-microvolt = <1200000>;
regulator-max-microvolt = <1200000>;
vin-supply = <&vcc_sys>;
};

vcc3v3_lcd_n: vcc3v3-lcd0-n {
compatible = "regulator-fixed";
regulator-name = "vcc3v3_lcd0_n";
regulator-boot-on;
enable-active-high;
gpio = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
vin-supply = <&vcc_3v3_s0>;
};

vcc5v0_host: vcc5v0-host {
compatible = "regulator-fixed";
regulator-name = "vcc5v0_host";
Expand Down Expand Up @@ -473,11 +434,6 @@
phy-supply = <&vcc5v0_host>;
};

&ufs {
status = "okay";
reset-gpios = <&gpio4 RK_PD0 GPIO_ACTIVE_HIGH>;
};

&usbdp_phy {
status = "okay";
orientation-switch;
Expand Down

0 comments on commit c0cb0d0

Please sign in to comment.