All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot]  dts: rk3399: add mmc alias for rk3399
@ 2017-02-20  6:02 Eddie Cai
  2017-02-22  3:59 ` Simon Glass
  0 siblings, 1 reply; 3+ messages in thread
From: Eddie Cai @ 2017-02-20  6:02 UTC (permalink / raw)
  To: u-boot

add mmc alias for rk3399

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
---
 arch/arm/dts/rk3399.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/dts/rk3399.dtsi b/arch/arm/dts/rk3399.dtsi
index 22277ff..d7ba7bd 100644
--- a/arch/arm/dts/rk3399.dtsi
+++ b/arch/arm/dts/rk3399.dtsi
@@ -24,6 +24,8 @@
 		serial2 = &uart2;
 		serial3 = &uart3;
 		serial4 = &uart4;
+		mmc0 = &sdhci;
+		mmc1 = &sdmmc;
 	};
 
 	cpus {
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-14 23:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-20  6:02 [U-Boot] dts: rk3399: add mmc alias for rk3399 Eddie Cai
2017-02-22  3:59 ` Simon Glass
2017-03-14 23:49   ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.