projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e7f792
)
rockchip: dts: rk3288-tinker: enable sdmmc pinctrl node in spl
author
Kever Yang
<kever.yang@rock-chips.com>
Mon, 1 Jul 2019 03:49:12 +0000
(11:49 +0800)
committer
Kever Yang
<kever.yang@rock-chips.com>
Tue, 2 Jul 2019 03:49:49 +0000
(11:49 +0800)
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>
arch/arm/dts/rk3288-tinker-u-boot.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/dts/rk3288-tinker-u-boot.dtsi
b/arch/arm/dts/rk3288-tinker-u-boot.dtsi
index cf961b3cda957e8d4b769b0fc10ae310e514e23d..2efb309d6bd52b432719309d206c8f7b98d55430 100644
(file)
--- 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;
+};