[U-Boot] [PATCH v2 2/4] mmc: meson: enable MMC device nodes on Odroid C2

Enable the MMC device nodes on Odroid C2.
Signed-off-by: Heiner Kallweit hkallweit1@gmail.com --- v2: - no changes --- arch/arm/dts/meson-gxbb-odroidc2.dts | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/arch/arm/dts/meson-gxbb-odroidc2.dts b/arch/arm/dts/meson-gxbb-odroidc2.dts index 79bee64..bcf3db3 100644 --- a/arch/arm/dts/meson-gxbb-odroidc2.dts +++ b/arch/arm/dts/meson-gxbb-odroidc2.dts @@ -86,3 +86,11 @@ pinctrl-0 = <ð_pins>; pinctrl-names = "default"; }; + +&sd_emmc_b { + status = "okay"; +}; + +&sd_emmc_c { + status = "okay"; +};

Am 25.01.2017 um 20:52 schrieb Heiner Kallweit:
Enable the MMC device nodes on Odroid C2.
Signed-off-by: Heiner Kallweit hkallweit1@gmail.com
Same question about syncing.
The dtb is actually passed on in the bootefi boot path, so it should match what's in Linux.
Regards, Andreas
participants (2)
-
Andreas Färber
-
Heiner Kallweit