aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>2023-07-07 22:16:37 +0300
committerKever Yang <kever.yang@rock-chips.com>2023-07-31 14:40:13 +0800
commitb73b6558a18f36b78ec648ad28f51a7f87c98854 (patch)
treebd40eb8b0a03f1bc9e882b92adefcce38e696a1e
parent871c40dcbe13e4cae823944362b79ab2b3cf9f23 (diff)
downloadu-boot-b73b6558a18f36b78ec648ad28f51a7f87c98854.zip
u-boot-b73b6558a18f36b78ec648ad28f51a7f87c98854.tar.gz
u-boot-b73b6558a18f36b78ec648ad28f51a7f87c98854.tar.bz2
rockchip: veyron: Unify u-boot.dtsi bootph-all fragments
The rk3288-veyron-speedy-u-boot.dtsi file duplicates the bootphase dts fragments from rk3288-veyron-u-boot.dtsi even though it #inclues that. Deduplicate these into the latter file, which should also make the eMMC available to the other veyron boards' SPL. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
-rw-r--r--arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi16
-rw-r--r--arch/arm/dts/rk3288-veyron-u-boot.dtsi4
2 files changed, 4 insertions, 16 deletions
diff --git a/arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi b/arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi
index 90ce9e1..2a4ba44 100644
--- a/arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi
+++ b/arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi
@@ -15,19 +15,3 @@
0x0 0xc3 0x6 0x1>;
rockchip,sdram-params = <0x20D266A4 0x5B6 6 533000000 6 13 0>;
};
-
-&sdmmc {
- bootph-all;
-};
-
-&emmc {
- bootph-all;
-};
-
-&uart2 {
- bootph-all;
-};
-
-&pinctrl {
- bootph-all;
-};
diff --git a/arch/arm/dts/rk3288-veyron-u-boot.dtsi b/arch/arm/dts/rk3288-veyron-u-boot.dtsi
index ab564e7..4f9c59c 100644
--- a/arch/arm/dts/rk3288-veyron-u-boot.dtsi
+++ b/arch/arm/dts/rk3288-veyron-u-boot.dtsi
@@ -31,6 +31,10 @@
>;
};
+&emmc {
+ bootph-all;
+};
+
&gpio3 {
bootph-all;
};