[U-Boot] [PATCH v2 5/8] rockchip: dts: rk3288-tinker: enable sdmmc pinctrl node in spl

Kever Yang kever.yang at rock-chips.com
Fri Jun 28 07:04:36 UTC 2019


rockchip pinctrl driver has update to use dts, so we need
to add the pinctrl config in SPL for sdmmc.

Signed-off-by: Kever Yang <kever.yang at rock-chips.com>
---

Changes in v2:
- update the tags in -u-boot.dtsi

 arch/arm/dts/rk3288-tinker-u-boot.dtsi | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/arch/arm/dts/rk3288-tinker-u-boot.dtsi b/arch/arm/dts/rk3288-tinker-u-boot.dtsi
index 69aae59f3d..1b6be1db32 100644
--- a/arch/arm/dts/rk3288-tinker-u-boot.dtsi
+++ b/arch/arm/dts/rk3288-tinker-u-boot.dtsi
@@ -26,3 +26,27 @@
 &gpio8 {
 	u-boot,dm-pre-reloc;
 };
+
+&pcfg_pull_none_drv_8ma {
+	u-boot,dm-spl;
+};
+
+&pcfg_pull_up_drv_8ma {
+	u-boot,dm-spl;
+};
+
+&sdmmc_bus4 {
+	u-boot,dm-spl;
+};
+
+&sdmmc_clk {
+	u-boot,dm-spl;
+};
+
+&sdmmc_cmd {
+	u-boot,dm-spl;
+};
+
+&sdmmc_pwr {
+	u-boot,dm-spl;
+};
-- 
2.20.1



More information about the U-Boot mailing list