]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
rockchip: veyron: Unify u-boot.dtsi bootph-all fragments
authorAlper Nebi Yasak <alpernebiyasak@gmail.com>
Fri, 7 Jul 2023 19:16:37 +0000 (22:16 +0300)
committerKever Yang <kever.yang@rock-chips.com>
Mon, 31 Jul 2023 06:40:13 +0000 (14:40 +0800)
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>
arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi
arch/arm/dts/rk3288-veyron-u-boot.dtsi

index 90ce9e1395deff4375845b57ec4cc8f564b03974..2a4ba44e0bf993257a1003b519207b7feb627c11 100644 (file)
                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;
-};
index ab564e73ed0003d2b0f78a6587f6835b4ad74734..4f9c59c67573118dba716e46f21f9b5e303b0c28 100644 (file)
        >;
 };
 
+&emmc {
+       bootph-all;
+};
+
 &gpio3 {
        bootph-all;
 };