ARM: dts: rockchip: fix rk3188 emmc pull references
[deliverable/linux.git] / arch / arm / boot / dts / rk3188.dtsi
index 9a1ff0b7ea1e8c74c6fb9aeee78c2966b854b88d..82732f5249b27161931809836719368863ea4047 100644 (file)
 
                emmc {
                        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 {
-                               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 {
-                               rockchip,pins = <RK_GPIO0 27 RK_FUNC_2 &pcfg_pull_default>;
+                               rockchip,pins = <RK_GPIO0 27 RK_FUNC_2 &pcfg_pull_none>;
                        };
 
                        /*
This page took 0.031496 seconds and 5 git commands to generate.