diff options
author | Konrad Dybcio <konrad.dybcio@somainline.org> | 2021-06-13 14:43:56 +0300 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2021-06-16 02:33:47 +0300 |
commit | 40f7d36db8fdad23561f9e587595a5be99e2aa5d (patch) | |
tree | 11567302a64f8980561f2513d2c823b115c2c269 /arch/arm64/boot/dts/qcom/sm8250.dtsi | |
parent | 0c25dad9f2a74f63986edcca9001a1269f744916 (diff) | |
download | linux-40f7d36db8fdad23561f9e587595a5be99e2aa5d.tar.xz |
arm64: dts: qcom: sm8250: Add size/address-cells to dsi[01]
Add the aforementioned properties in the SoC DTSI so that everybody doesn't
have to copy that into their device DTs, effectively reducing code
duplication.
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210613114356.82358-1-konrad.dybcio@somainline.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/sm8250.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/sm8250.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi index b47446b512b5..d40f0b4035c6 100644 --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -2497,6 +2497,9 @@ status = "disabled"; + #address-cells = <1>; + #size-cells = <0>; + ports { #address-cells = <1>; #size-cells = <0>; @@ -2564,6 +2567,9 @@ status = "disabled"; + #address-cells = <1>; + #size-cells = <0>; + ports { #address-cells = <1>; #size-cells = <0>; |