Commit bee1cef6 authored by Heiko Stuebner's avatar Heiko Stuebner

ARM: dts: rockchip: fix rk3188 emmc pull references

Fix a copy'n'paste error making the rk3188 emmc pinctrl nodes reference
the pcfg_pull_default setting that is not available on rk3188.
Reported-by: default avatarNaoki FUKAUMI <naobsd@gmail.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 66fa6cf2
...@@ -149,15 +149,15 @@ pcfg_pull_none: pcfg_pull_none { ...@@ -149,15 +149,15 @@ pcfg_pull_none: pcfg_pull_none {
emmc { emmc {
emmc_clk: emmc-clk { emmc_clk: emmc-clk {
rockchip,pins = <RK_GPIO0 24 RK_FUNC_2 &pcfg_pull_default>; rockchip,pins = <RK_GPIO0 24 RK_FUNC_2 &pcfg_pull_none>;
}; };
emmc_cmd: emmc-cmd { emmc_cmd: emmc-cmd {
rockchip,pins = <RK_GPIO0 26 RK_FUNC_2 &pcfg_pull_default>; rockchip,pins = <RK_GPIO0 26 RK_FUNC_2 &pcfg_pull_up>;
}; };
emmc_rst: emmc-rst { emmc_rst: emmc-rst {
rockchip,pins = <RK_GPIO0 27 RK_FUNC_2 &pcfg_pull_default>; rockchip,pins = <RK_GPIO0 27 RK_FUNC_2 &pcfg_pull_none>;
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment