Add a fixed-clock for baudrate 115200. Signed-off-by: Andreas Färber <afaerber@xxxxxxx> --- v2: new arch/arm/boot/dts/s500-guitar-bb-rev-b.dts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/s500-guitar-bb-rev-b.dts b/arch/arm/boot/dts/s500-guitar-bb-rev-b.dts index 834b71d..f6fd10a 100644 --- a/arch/arm/boot/dts/s500-guitar-bb-rev-b.dts +++ b/arch/arm/boot/dts/s500-guitar-bb-rev-b.dts @@ -19,8 +19,15 @@ chosen { stdout-path = "serial3:115200n8"; }; + + uart3_clk: uart3-clk { + compatible = "fixed-clock"; + clock-frequency = <921600>; + #clock-cells = <0>; + }; }; &uart3 { status = "okay"; + clocks = <&uart3_clk>; }; -- 2.10.2 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html