diff mbox

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

Message ID b3d64ab5-c63f-5b66-a1f1-a64b6929945c@gmail.com
State Superseded
Delegated to: Jaehoon Chung
Headers show

Commit Message

Heiner Kallweit Jan. 25, 2017, 7:52 p.m. UTC
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(+)

Comments

Andreas Färber Jan. 26, 2017, 10:54 p.m. UTC | #1
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
diff mbox

Patch

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 = <&eth_pins>;
 	pinctrl-names = "default";
 };
+
+&sd_emmc_b {
+	status = "okay";
+};
+
+&sd_emmc_c {
+	status = "okay";
+};