uboot-rockchip: refresh u-boot dtsi

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2025-01-09 17:33:27 +08:00
parent 1b1527dc11
commit d3f097a70e
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
4 changed files with 0 additions and 51 deletions

View File

@ -4,7 +4,6 @@
/ { / {
chosen { chosen {
stdout-path = &uart2;
u-boot,spl-boot-order = "same-as-spl", &sdmmc0; u-boot,spl-boot-order = "same-as-spl", &sdmmc0;
}; };
}; };
@ -16,19 +15,3 @@
&pcie3x2 { &pcie3x2 {
/delete-property/ vpcie3v3-supply; /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;
};

View File

@ -2,12 +2,6 @@
#include "rk356x-u-boot.dtsi" #include "rk356x-u-boot.dtsi"
/ {
chosen {
stdout-path = &uart2;
};
};
&sdhci { &sdhci {
cap-mmc-highspeed; cap-mmc-highspeed;
mmc-ddr-1_8v; mmc-ddr-1_8v;
@ -17,12 +11,6 @@
pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>; pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
}; };
&uart2 {
clock-frequency = <24000000>;
bootph-all;
status = "okay";
};
&vcc5v0_usb_host { &vcc5v0_usb_host {
/delete-property/ regulator-always-on; /delete-property/ regulator-always-on;
/delete-property/ regulator-boot-on; /delete-property/ regulator-boot-on;

View File

@ -3,10 +3,6 @@
#include "rk356x-u-boot.dtsi" #include "rk356x-u-boot.dtsi"
/ { / {
chosen {
stdout-path = &uart2;
};
pcat-wdt { pcat-wdt {
compatible = "linux,wdt-pcat"; compatible = "linux,wdt-pcat";
port = <&uart4>; port = <&uart4>;
@ -26,12 +22,6 @@
pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>; pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
}; };
&uart2 {
clock-frequency = <24000000>;
bootph-all;
status = "okay";
};
&vcc3v3_sd { &vcc3v3_sd {
bootph-pre-ram; bootph-pre-ram;
}; };

View File

@ -2,12 +2,6 @@
#include "rk356x-u-boot.dtsi" #include "rk356x-u-boot.dtsi"
/ {
chosen {
stdout-path = &uart2;
};
};
&sdhci { &sdhci {
cap-mmc-highspeed; cap-mmc-highspeed;
mmc-ddr-1_8v; mmc-ddr-1_8v;
@ -17,12 +11,6 @@
pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>; pinctrl-0 = <&emmc_bus8 &emmc_clk &emmc_cmd &emmc_datastrobe>;
}; };
&uart2 {
clock-frequency = <24000000>;
bootph-all;
status = "okay";
};
&vcc5v0_host { &vcc5v0_host {
/delete-property/ regulator-always-on; /delete-property/ regulator-always-on;
}; };