aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2017-09-30 00:06:40 -0400
committerHeiko Stuebner <heiko@sntech.de>2017-10-14 15:19:01 -0400
commit689f2d8582eb4ce3b9eed7f15b716f929606e17a (patch)
treede3417cff9c71b34c882557297100d995383b596
parentaef56580e3c5fb389390b47d731d16f9ca32d80c (diff)
arm64: dts: rockchip: default serial for Firefly-RK3399
The Firefly-RK3399 uses serial2 with 1,500,000 baud by default for communication in U-Boot and in the vendor provided distros. So let us set the same default in the Linux kernel. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3399-firefly.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
index f6fbcc05073e..b2a7a55e1ec8 100644
--- a/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3399-firefly.dts
@@ -49,6 +49,10 @@
49 model = "Firefly-RK3399 Board"; 49 model = "Firefly-RK3399 Board";
50 compatible = "firefly,firefly-rk3399", "rockchip,rk3399"; 50 compatible = "firefly,firefly-rk3399", "rockchip,rk3399";
51 51
52 chosen {
53 stdout-path = "serial2:1500000n8";
54 };
55
52 backlight: backlight { 56 backlight: backlight {
53 compatible = "pwm-backlight"; 57 compatible = "pwm-backlight";
54 enable-gpios = <&gpio1 RK_PB5 GPIO_ACTIVE_HIGH>; 58 enable-gpios = <&gpio1 RK_PB5 GPIO_ACTIVE_HIGH>;