ARM: dts: qcom: msm8974: Add empty chosen node
authorLuca Weiss <luca@z3ntu.xyz>
Mon, 18 Mar 2024 09:24:42 +0000 (10:24 +0100)
committerBjorn Andersson <andersson@kernel.org>
Sun, 7 Apr 2024 23:02:58 +0000 (18:02 -0500)
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>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240318-msm8974-misc2-v1-2-f71668a2b8cd@z3ntu.xyz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm/boot/dts/qcom/qcom-msm8974.dtsi

index f9c3726efe74c8851a8c10d4a8e24d3e769c08b3..5651bb31bd54247db23019a7fdd77fe10e7fcf0e 100644 (file)
@@ -14,6 +14,8 @@
        #size-cells = <1>;
        interrupt-parent = <&intc>;
 
+       chosen { };
+
        clocks {
                xo_board: xo_board {
                        compatible = "fixed-clock";