[PATCH v3 7/9] ARM: dts: rockchip: add the sdmmc for kylin board
From: heiko@sntech.de (Heiko Stuebner)
Date: 2016-01-17 19:37:26
Also in:
linux-rockchip, lkml
From: heiko@sntech.de (Heiko Stuebner)
Date: 2016-01-17 19:37:26
Also in:
linux-rockchip, lkml
Am Freitag, 15. Januar 2016, 21:49:54 schrieb Caesar Wang:
Although We can add the sdmmc node, shouldn't enable it. Since the sdmmc is reusing the same pin with uart2. Unfortunately, the uart2 is used by the debug port, so that will cause the debug information can't display on console if enabling the sdmmc. As we have supported the sdmmc (sd card) on hardware for kylin board. So, maybe we can have the sdmmc node in kylin dts, not to enable it. Anyway, you only need add the okay status if someone want to enable the sdmmc. e.g. if you use the adb to debug with android os. You can add the status = "okay" to enable the sdmmc for sd card working. The defauly status is disabling it. Signed-off-by: Caesar Wang <redacted>
applied to my dts32 branch for 4.6 Thanks Heiko