arm: dts: stm32mp157c-odyssey-som: enable SDMMC2 in SPL
authorGrzegorz Szymaszek <gszymaszek@short.pl>
Wed, 2 Jun 2021 17:09:18 +0000 (19:09 +0200)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 18 Jun 2021 06:34:16 +0000 (08:34 +0200)
Enable the SDMMC2 device tree node, as well as the pins it uses, in
U-Boot SPL.

Signed-off-by: Grzegorz Szymaszek <gszymaszek@short.pl>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
arch/arm/dts/stm32mp157c-odyssey-som-u-boot.dtsi

index 6be7288..4ff8483 100644 (file)
                u-boot,dm-pre-reloc;
        };
 };
+
+&sdmmc2 {
+       u-boot,dm-spl;
+};
+
+&sdmmc2_b4_pins_a {
+       u-boot,dm-spl;
+       pins1 {
+               u-boot,dm-spl;
+       };
+       pins2 {
+               u-boot,dm-spl;
+       };
+};
+
+&sdmmc2_d47_pins_d {
+       u-boot,dm-spl;
+       pins {
+               u-boot,dm-spl;
+       };
+};