ARM64: dts: rockchip: fix some iomux errors for rk3366
authorDavid Wu <david.wu@rock-chips.com>
Tue, 16 Feb 2016 14:32:33 +0000 (22:32 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Wed, 17 Feb 2016 04:04:03 +0000 (12:04 +0800)
Change-Id: I04dabc505f77582cd43548751c4acb2e0fd7181a
Signed-off-by: David Wu <david.wu@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3366.dtsi

index f24c35621978db5d8487102967fa72ab9ba49e0b..697870e30892385b7b7b6ba09efba5a73612716a 100644 (file)
                i2c1 {
                        i2c1_xfer: i2c1-xfer {
                                rockchip,pins =
-                                       <4 19 RK_FUNC_1 &pcfg_pull_none>,
-                                       <4 20 RK_FUNC_1 &pcfg_pull_none>;
+                                       <4 25 RK_FUNC_1 &pcfg_pull_none>,
+                                       <4 26 RK_FUNC_1 &pcfg_pull_none>;
                        };
                };
 
                spi1 {
                        spi1_clk: spi1-clk {
                                rockchip,pins =
-                                       <2 4 RK_FUNC_2 &pcfg_pull_up>;
+                                       <2 4 RK_FUNC_3 &pcfg_pull_up>;
                        };
                        spi1_cs0: spi1-cs0 {
                                rockchip,pins =
-                                       <2 5 RK_FUNC_2 &pcfg_pull_up>;
+                                       <2 5 RK_FUNC_3 &pcfg_pull_up>;
                        };
-                       spi1_rx: spi1-rx {
+                       spi1_tx: spi1-tx {
                                rockchip,pins =
-                                       <2 6 RK_FUNC_2 &pcfg_pull_up>;
+                                       <2 6 RK_FUNC_3 &pcfg_pull_up>;
                        };
-                       spi1_tx: spi1-tx {
+                       spi1_rx: spi1-rx {
                                rockchip,pins =
-                                       <2 7 RK_FUNC_2 &pcfg_pull_up>;
+                                       <2 7 RK_FUNC_3 &pcfg_pull_up>;
                        };
                };