Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

DTS: CI20: Fix bugs in ci20's device tree.

According to the Schematic, the hardware of ci20 leads to uart3,
but not to uart2. Uart2 is miswritten in the original code.

Signed-off-by: Zhou Yanjie <zhouyanjie@cduestc.edu.cn>
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips <linux-mips@vger.kernel.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>
Cc: devicetree@vger.kernel.org
Cc: robh+dt@kernel.org
Cc: ralf@linux-mips.org
Cc: jhogan@kernel.org
Cc: mark.rutland@arm.com
Cc: malat@debian.org
Cc: ezequiel@collabora.co.uk
Cc: ulf.hansson@linaro.org
Cc: syq <syq@debian.org>
Cc: jiaxun.yang <jiaxun.yang@flygoat.com>

authored by

Zhou Yanjie and committed by
Paul Burton
1ca1c87f 70999ec1

+4 -4
+4 -4
arch/mips/boot/dts/ingenic/ci20.dts
··· 76 76 status = "okay"; 77 77 78 78 pinctrl-names = "default"; 79 - pinctrl-0 = <&pins_uart2>; 79 + pinctrl-0 = <&pins_uart3>; 80 80 }; 81 81 82 82 &uart4 { ··· 196 196 bias-disable; 197 197 }; 198 198 199 - pins_uart2: uart2 { 200 - function = "uart2"; 201 - groups = "uart2-data", "uart2-hwflow"; 199 + pins_uart3: uart3 { 200 + function = "uart3"; 201 + groups = "uart3-data", "uart3-hwflow"; 202 202 bias-disable; 203 203 }; 204 204