On Thu, 2 Mar 2023 at 18:38, Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> wrote: > > On Thu, 2 Mar 2023 at 14:31, Adam Skladowski <a39.skl@xxxxxxxxx> wrote: > > > > As xo_board is part of board not soc we define rates per device tree, > > assign common 19.2Mhz rate to make consumers happy. > > > > Fixes: ff7f6d34ca07 ("arm64: dts: qcom: Add support for SONY Xperia X/X Compact") > > Signed-off-by: Adam Skladowski <a39.skl@xxxxxxxxx> > > --- > > arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire.dtsi | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire.dtsi b/arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire.dtsi > > index 67baced639c9..085d79542e1b 100644 > > --- a/arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire.dtsi > > +++ b/arch/arm64/boot/dts/qcom/msm8956-sony-xperia-loire.dtsi > > @@ -280,3 +280,7 @@ &usb_hs_phy { > > vdda3p3-supply = <&pm8950_l13>; > > status = "okay"; > > }; > > + > > +&xo_board { > > + clock-frequency = <19200000>; > > This doesn't seem to be board-specific. Please move it to msm8976.dtsi. Adam pointed out the clock frequency is now thought to be a board-specific thing. Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> -- With best wishes Dmitry