Commit e58bdf93 authored by Neil Armstrong's avatar Neil Armstrong Committed by Bjorn Andersson

ARM: dts: qcom: mdm9615: add missing reg in cpu@0 node

Fixes cpu@0: 'reg' is a required property from dtbs check.
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarNeil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@somainline.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220928-mdm9615-dt-schema-fixes-v4-3-dac2dfaac703@linaro.org
parent c69af934
...@@ -27,6 +27,7 @@ cpus { ...@@ -27,6 +27,7 @@ cpus {
cpu0: cpu@0 { cpu0: cpu@0 {
compatible = "arm,cortex-a5"; compatible = "arm,cortex-a5";
reg = <0>;
device_type = "cpu"; device_type = "cpu";
next-level-cache = <&L2>; next-level-cache = <&L2>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment