On Fri, Nov 20, 2020 at 01:56:09AM +0200, Cristian Ciocaltea wrote: > Remove the UART fixed clock for RoseapplePi SBC and switch to using > the clock provided by CMU. > > Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@xxxxxxxxx> Please club this patch with the one adding CMU clock. Thanks, Mani > --- > arch/arm/boot/dts/owl-s500-roseapplepi.dts | 7 ------- > 1 file changed, 7 deletions(-) > > diff --git a/arch/arm/boot/dts/owl-s500-roseapplepi.dts b/arch/arm/boot/dts/owl-s500-roseapplepi.dts > index a2087e617cb2..800edf5d2d12 100644 > --- a/arch/arm/boot/dts/owl-s500-roseapplepi.dts > +++ b/arch/arm/boot/dts/owl-s500-roseapplepi.dts > @@ -25,12 +25,6 @@ memory@0 { > device_type = "memory"; > reg = <0x0 0x80000000>; /* 2GB */ > }; > - > - uart2_clk: uart2-clk { > - compatible = "fixed-clock"; > - clock-frequency = <921600>; > - #clock-cells = <0>; > - }; > }; > > &twd_timer { > @@ -43,5 +37,4 @@ &timer { > > &uart2 { > status = "okay"; > - clocks = <&uart2_clk>; > }; > -- > 2.29.2 >