diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2019-07-01 11:49:12 +0800 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2019-07-02 11:49:49 +0800 |
commit | e3f9a93e5aeb2f60c7b0280fcc4c94c800e49e76 (patch) | |
tree | d5c51c291cc50609abab3555d175fa7c35352783 /arch | |
parent | 7e7f79207d5d702a6b0daccef03498540cf6df69 (diff) | |
download | u-boot-e3f9a93e5aeb2f60c7b0280fcc4c94c800e49e76.tar.gz u-boot-e3f9a93e5aeb2f60c7b0280fcc4c94c800e49e76.tar.xz u-boot-e3f9a93e5aeb2f60c7b0280fcc4c94c800e49e76.zip |
rockchip: dts: rk3288-tinker: enable sdmmc pinctrl node in spl
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@rock-chips.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/rk3288-tinker-u-boot.dtsi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/dts/rk3288-tinker-u-boot.dtsi b/arch/arm/dts/rk3288-tinker-u-boot.dtsi index cf961b3cda..2efb309d6b 100644 --- a/arch/arm/dts/rk3288-tinker-u-boot.dtsi +++ b/arch/arm/dts/rk3288-tinker-u-boot.dtsi @@ -28,3 +28,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; +}; |