Skip to content

Commit

Permalink
arm64: dts: qcom: pm8350c: Drop PWM reg declaration
Browse files Browse the repository at this point in the history
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: 5be66d2 ("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
  • Loading branch information
Bryan O'Donoghue authored and Bjorn Andersson committed Aug 29, 2022
1 parent 2cb88eb commit eeca7d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions arch/arm64/boot/dts/qcom/pm8350c.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
Expand Down

0 comments on commit eeca7d4

Please sign in to comment.