mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
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:
parent
bdd2f4ce5e
commit
1681ce3735
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user