diff options
author | Robert Marko <robimarko@gmail.com> | 2022-07-08 16:38:45 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2022-07-16 18:18:14 +0300 |
commit | f32660459d12ad4ce54d0f0c226b3e1f34949a3a (patch) | |
tree | d607fe456e55253025d3221da91bec6ef3698d0b /arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | |
parent | ce5cf986cdab1973df0042ac5b743d5df008c338 (diff) | |
download | linux-f32660459d12ad4ce54d0f0c226b3e1f34949a3a.tar.xz |
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
Diffstat (limited to 'arch/arm64/boot/dts/qcom/ipq8074-hk01.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/ipq8074-hk01.dts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts index de20cb98acd3..33145ec5a7d9 100644 --- a/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts +++ b/arch/arm64/boot/dts/qcom/ipq8074-hk01.dts @@ -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>; |