From: Andreas Färber Date: Mon, 20 Feb 2017 16:24:04 +0000 (+0100) Subject: arm64: dts: actions: s900-bubblegum-96: Add fake uart5 clock X-Git-Tag: v4.15-rc1~75^2~9^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=965f94c77552d80f824229a6a68f7ca92a59e5ff;p=linux.git arm64: dts: actions: s900-bubblegum-96: Add fake uart5 clock Give the serial driver a fixed-clock as input for baudrate 115200. Signed-off-by: Andreas Färber --- diff --git a/arch/arm64/boot/dts/actions/s900-bubblegum-96.dts b/arch/arm64/boot/dts/actions/s900-bubblegum-96.dts index a0c3484dbd12..21ca80f9941c 100644 --- a/arch/arm64/boot/dts/actions/s900-bubblegum-96.dts +++ b/arch/arm64/boot/dts/actions/s900-bubblegum-96.dts @@ -24,6 +24,12 @@ memory@0 { device_type = "memory"; reg = <0x0 0x0 0x0 0x80000000>; }; + + uart5_clk: uart5-clk { + compatible = "fixed-clock"; + clock-frequency = <921600>; + #clock-cells = <0>; + }; }; &timer { @@ -32,4 +38,5 @@ &timer { &uart5 { status = "okay"; + clocks = <&uart5_clk>; };