Skip to content

Commit

Permalink
uboot-rockchip: refresh u-boot dtsi
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Jan 9, 2025
1 parent 1b1527d commit d3f097a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

/ {
chosen {
stdout-path = &uart2;
u-boot,spl-boot-order = "same-as-spl", &sdmmc0;
};
};
Expand All @@ -16,19 +15,3 @@
&pcie3x2 {
/delete-property/ vpcie3v3-supply;
};

&uart2 {
clock-frequency = <24000000>;
bootph-all;
status = "okay";
};

&vcc5v0_usb_host {
/delete-property/ regulator-always-on;
/delete-property/ regulator-boot-on;
};

&vcc5v0_usb_otg {
/delete-property/ regulator-always-on;
/delete-property/ regulator-boot-on;
};
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

#include "rk356x-u-boot.dtsi"

/ {
chosen {
stdout-path = &uart2;
};
};

&sdhci {
cap-mmc-highspeed;
mmc-ddr-1_8v;
Expand All @@ -17,12 +11,6 @@
pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
};

&uart2 {
clock-frequency = <24000000>;
bootph-all;
status = "okay";
};

&vcc5v0_usb_host {
/delete-property/ regulator-always-on;
/delete-property/ regulator-boot-on;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
#include "rk356x-u-boot.dtsi"

/ {
chosen {
stdout-path = &uart2;
};

pcat-wdt {
compatible = "linux,wdt-pcat";
port = <&uart4>;
Expand All @@ -26,12 +22,6 @@
pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
};

&uart2 {
clock-frequency = <24000000>;
bootph-all;
status = "okay";
};

&vcc3v3_sd {
bootph-pre-ram;
};
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

#include "rk356x-u-boot.dtsi"

/ {
chosen {
stdout-path = &uart2;
};
};

&sdhci {
cap-mmc-highspeed;
mmc-ddr-1_8v;
Expand All @@ -17,12 +11,6 @@
pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
};

&uart2 {
clock-frequency = <24000000>;
bootph-all;
status = "okay";
};

&vcc5v0_host {
/delete-property/ regulator-always-on;
};

0 comments on commit d3f097a

Please sign in to comment.