arm64: dts: qcom: ipq8074: add #size/address-cells to DTSI

Add #size-cells and #address-cells to the SoC DTSI to avoid duplicating
the same properties in board DTS files.

Remove the mentioned properties from current board DTS files.

Signed-off-by: Robert Marko <robimarko@gmail.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220708133846.599735-1-robimarko@gmail.com
This commit is contained in:
Robert Marko 2022-07-08 15:38:45 +02:00 committed by Bjorn Andersson
parent ce5cf986cd
commit f32660459d
3 changed files with 3 additions and 5 deletions

View File

@ -5,8 +5,6 @@
#include "ipq8074.dtsi"
/ {
#address-cells = <0x2>;
#size-cells = <0x2>;
model = "Qualcomm Technologies, Inc. IPQ8074-HK01";
compatible = "qcom,ipq8074-hk01", "qcom,ipq8074";
interrupt-parent = <&intc>;

View File

@ -7,9 +7,6 @@
#include "ipq8074.dtsi"
/ {
#address-cells = <0x2>;
#size-cells = <0x2>;
interrupt-parent = <&intc>;
aliases {

View File

@ -7,6 +7,9 @@
#include <dt-bindings/clock/qcom,gcc-ipq8074.h>
/ {
#address-cells = <2>;
#size-cells = <2>;
model = "Qualcomm Technologies, Inc. IPQ8074";
compatible = "qcom,ipq8074";