mbox series

[v4,0/2] arm64: dts: qcom: pwm: Drop PWM reg dependency

Message ID 20220828132648.3624126-1-bryan.odonoghue@linaro.org
Headers show
Series arm64: dts: qcom: pwm: Drop PWM reg dependency | expand

Message

Bryan O'Donoghue Aug. 28, 2022, 1:26 p.m. UTC
V4:
- Churn patch#1 prefix to "dt-bindings: mfd: qcom,spmi-pmic:" - Krzysztof
- Add's Krzysztof's RB as indicated

V3:
- Splits dtsi and yaml
- Uses Krzysztof's suggested commit log in the yaml

V2:
The accompanying patch removes reg = <> and pwm@reg from the yaml and dtsi.
This follows on from discussions between Bupesh, Dmitry, Bjorn, Krzysztof and myself.

https://lore.kernel.org/all/20220719205058.1004942-1-bhupesh.sharma@linaro.org/
https://lore.kernel.org/all/20220721195502.1525214-1-bhupesh.sharma@linaro.org/
https://lore.kernel.org/all/20220822120300.2633790-1-bryan.odonoghue@linaro.org/

The previous discussion tended towards either removing pwm@reg and reg = <> or
extending out the yaml to support multiple reg declarations for PWM compatible.

This patch does the former. I've left node: label in place, dropped both pwm@reg
and reg = <> I kept "label: nodename" though because it looked more like what we
already have for rpm regulators.

Per our previous discussion I've modified the yaml and dtsi in one go.

Bryan O'Donoghue (2):
  dt-bindings: mfd: qcom,spmi-pmic: Drop PWM reg dependency
  arm64: dts: qcom: pm8350c: Drop PWM reg declaration

 Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 8 ++++----
 arch/arm64/boot/dts/qcom/pm8350c.dtsi                     | 3 +--
 2 files changed, 5 insertions(+), 6 deletions(-)

Comments

Bjorn Andersson Aug. 29, 2022, 11:45 p.m. UTC | #1
On Sun, 28 Aug 2022 14:26:46 +0100, Bryan O'Donoghue wrote:
> V4:
> - Churn patch#1 prefix to "dt-bindings: mfd: qcom,spmi-pmic:" - Krzysztof
> - Add's Krzysztof's RB as indicated
> 
> V3:
> - Splits dtsi and yaml
> - Uses Krzysztof's suggested commit log in the yaml
> 
> [...]

Applied, thanks!

[2/2] arm64: dts: qcom: pm8350c: Drop PWM reg declaration
      commit: eeca7d46217ccfe9289530e959c0fb29190af0d6

Best regards,