mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
ARM: dts: rockchip: rk3588: Move bootph-all props to common file
Move bootph-all prop to common SoC dt file, because they are typically used by multiple boards. Unreferenced nodes are removed from the SPL device tree during a normal build. Suggested-by: Jonas Karlman <jonas@kwiboo.se> Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
def50c66cc
commit
7031224000
2 changed files with 56 additions and 54 deletions
|
@ -76,26 +76,6 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
&emmc_bus8 {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&emmc_clk {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&emmc_cmd {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&emmc_data_strobe {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&emmc_rstnout {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&fspim2_pins {
|
||||
bootph-all;
|
||||
};
|
||||
|
@ -108,8 +88,6 @@
|
|||
};
|
||||
|
||||
&pinctrl {
|
||||
bootph-all;
|
||||
|
||||
pcie {
|
||||
pcie_reset_h: pcie-reset-h {
|
||||
rockchip,pins = <3 RK_PB0 RK_FUNC_GPIO &pcfg_pull_none>;
|
||||
|
@ -138,39 +116,11 @@
|
|||
};
|
||||
};
|
||||
|
||||
&pcfg_pull_none {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&pcfg_pull_up_drv_level_2 {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&pcfg_pull_up {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&sdmmc {
|
||||
bus-width = <4>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&sdmmc_bus4 {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&sdmmc_clk {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&sdmmc_cmd {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&sdmmc_det {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&sdhci {
|
||||
cap-mmc-highspeed;
|
||||
mmc-ddr-1_8v;
|
||||
|
@ -198,10 +148,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
&uart2m0_xfer {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&usb_host0_ehci {
|
||||
companion = <&usb_host0_ohci>;
|
||||
phys = <&u2phy2_host>;
|
||||
|
|
|
@ -311,6 +311,42 @@
|
|||
};
|
||||
};
|
||||
|
||||
&emmc_bus8 {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&emmc_clk {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&emmc_cmd {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&emmc_data_strobe {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&emmc_rstnout {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&pinctrl {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&pcfg_pull_none {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&pcfg_pull_up_drv_level_2 {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&pcfg_pull_up {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&xin24m {
|
||||
bootph-all;
|
||||
status = "okay";
|
||||
|
@ -344,12 +380,32 @@
|
|||
u-boot,spl-fifo-mode;
|
||||
};
|
||||
|
||||
&sdmmc_bus4 {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&sdmmc_clk {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&sdmmc_cmd {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&sdmmc_det {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&uart2 {
|
||||
clock-frequency = <24000000>;
|
||||
bootph-pre-ram;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart2m0_xfer {
|
||||
bootph-all;
|
||||
};
|
||||
|
||||
&ioc {
|
||||
bootph-pre-ram;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue