]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: qcom: pm8350c: Drop PWM reg declaration
authorBryan O'Donoghue <bryan.odonoghue@linaro.org>
Sun, 28 Aug 2022 13:26:48 +0000 (14:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Oct 2022 10:38:33 +0000 (12:38 +0200)
[ Upstream commit eeca7d46217ccfe9289530e959c0fb29190af0d6 ]

The PWM is a part of the SPMI PMIC block and maps several different
addresses within the SPMI block. It is not accurate to describe as pwm@reg
as a result.

Fixes: 5be66d2dc887 ("arm64: dts: qcom: pm8350c: Add pwm support")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220828132648.3624126-3-bryan.odonoghue@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/pm8350c.dtsi

index e0bbb67717fec06dee5b57dec41828a95c437496..f28e71487d5c764745b0a103821ab5e3d181617d 100644 (file)
@@ -30,9 +30,8 @@
                        #interrupt-cells = <2>;
                };
 
-               pm8350c_pwm: pwm@e800 {
+               pm8350c_pwm: pwm {
                        compatible = "qcom,pm8350c-pwm";
-                       reg = <0xe800>;
                        #pwm-cells = <2>;
                        status = "disabled";
                };