arm64: dts: qcom: msm8916: correct camss unit address
[ Upstream commit 48798d992ce276cf0d57bf75318daf8eabd02aa4 ]
Match unit-address to reg entry to fix dtbs W=1 warnings:
Warning (simple_bus_reg): /soc@0/camss@1b00000: simple-bus unit address format error, expected "1b0ac00"
Fixes: 58f479f90a ("arm64: dts: qcom: msm8916: Add CAMSS support")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230419211856.79332-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
0cff846820
commit
aa2d2407f5
1 changed files with 1 additions and 1 deletions
|
|
@ -1088,7 +1088,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
camss: camss@1b00000 {
|
camss: camss@1b0ac00 {
|
||||||
compatible = "qcom,msm8916-camss";
|
compatible = "qcom,msm8916-camss";
|
||||||
reg = <0x01b0ac00 0x200>,
|
reg = <0x01b0ac00 0x200>,
|
||||||
<0x01b00030 0x4>,
|
<0x01b00030 0x4>,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue