From b7a772456e2bea0a22d85ef8999674542b91b47b Mon Sep 17 00:00:00 2001 From: David Wu Date: Tue, 16 Feb 2016 22:32:33 +0800 Subject: [PATCH] ARM64: dts: rockchip: fix some iomux errors for rk3366 Change-Id: I04dabc505f77582cd43548751c4acb2e0fd7181a Signed-off-by: David Wu --- arch/arm64/boot/dts/rockchip/rk3366.dtsi | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/arch/arm64/boot/dts/rockchip/rk3366.dtsi b/arch/arm64/boot/dts/rockchip/rk3366.dtsi index f24c35621978..697870e30892 100644 --- a/arch/arm64/boot/dts/rockchip/rk3366.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3366.dtsi @@ -744,8 +744,8 @@ 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>; }; }; @@ -822,19 +822,19 @@ 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>; }; }; -- 2.34.1