arm64: dts: qcom: sc8280xp-pmics: fix sdam 'reg' property

The SPMI PMIC register region width is fixed and should not be encoded
in the devicetree.

Fixes: d6dbbda37a ("arm64: dts: qcom: sc8280xp-pmics: add pmk8280 sdam nvram")
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-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/20230320135710.1989-3-johan+linaro@kernel.org
This commit is contained in:
Johan Hovold 2023-03-20 14:57:09 +01:00 committed by Bjorn Andersson
parent bdd2f4ce5e
commit 1681ce3735

View File

@ -107,7 +107,7 @@ pmk8280_rtc: rtc@6100 {
pmk8280_sdam_6: nvram@8500 {
compatible = "qcom,spmi-sdam";
reg = <0x8500 0x100>;
reg = <0x8500>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x8500 0x100>;