On Fri, Dec 20, 2024 at 12:26:55PM +0100, Barnabás Czémán wrote: > From: Otto Pflüger <otto.pflueger@xxxxxxxxx> > > Add initial support for MSM8917 SoC. > > Signed-off-by: Otto Pflüger <otto.pflueger@xxxxxxxxx> > [reword commit, rebase, fix schema errors] > Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx> > Signed-off-by: Barnabás Czémán <barnabas.czeman@xxxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/msm8917.dtsi | 1954 +++++++++++++++++++++++++++++++++ > 1 file changed, 1954 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/msm8917.dtsi b/arch/arm64/boot/dts/qcom/msm8917.dtsi > new file mode 100644 > index 0000000000000000000000000000000000000000..7bd6925029eeb9d6d49a99f8686181e926258cab > --- /dev/null > +++ b/arch/arm64/boot/dts/qcom/msm8917.dtsi > @@ -0,0 +1,1954 @@ > [...] > + a53pll: clock@b016000 { > + compatible = "qcom,msm8939-a53pll"; > + reg = <0x0b016000 0x40>; > + clocks = <&xo_board>; > + clock-names = "xo"; > + #clock-cells = <0>; > + operating-points-v2 = <&pll_opp_table>; > + > + pll_opp_table: opp-table { > + compatible = "operating-points-v2"; > + > + opp-960000000 { > + opp-hz = /bits/ 64 <960000000>; > + }; > + > + opp-1094400000 { > + opp-hz = /bits/ 64 <1094400000>; > + }; > + > + opp-1248000000 { > + opp-hz = /bits/ 64 <1248000000>; > + }; > + > + opp-1401600000 { > + opp-hz = /bits/ 64 <1401600000>; Nitpick: indentation is off here. Anyway, this looks really nice overall now. Thanks for doing all the cleanup! FWIW: Reviewed-by: Stephan Gerhold <stephan.gerhold@xxxxxxxxxx> Thanks, Stephan