Message ID | 20240318-msm8974-misc2-v1-2-f71668a2b8cd@z3ntu.xyz (mailing list archive) |
---|---|
State | Accepted |
Commit | 7018981366d496db4b7d5f6a5c2673683d2b1639 |
Headers | show |
Series | Small fixes for MSM8974 SoC dtsi | expand |
On 18.03.2024 10:24, Luca Weiss wrote: > Add an empty /chosen node to the dtsi like is common on most other > Qualcomm SoC files, so that various pieces of software expecting this > node to exist don't complain. > > Signed-off-by: Luca Weiss <luca@z3ntu.xyz> > --- Kinda weird dtc doesn't add it automatically or complain about its absence at this point.. perhaps it could be taught about the latter Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Konrad
diff --git a/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi b/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi index 00c6526a525d..2ec4ec4e5d2a 100644 --- a/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-msm8974.dtsi @@ -14,6 +14,8 @@ / { #size-cells = <1>; interrupt-parent = <&intc>; + chosen { }; + clocks { xo_board: xo_board { compatible = "fixed-clock";
Add an empty /chosen node to the dtsi like is common on most other Qualcomm SoC files, so that various pieces of software expecting this node to exist don't complain. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> --- arch/arm/boot/dts/qcom/qcom-msm8974.dtsi | 2 ++ 1 file changed, 2 insertions(+)