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@xxxxxxxxxx/ https://lore.kernel.org/all/20220721195502.1525214-1-bhupesh.sharma@xxxxxxxxxx/ https://lore.kernel.org/all/20220822120300.2633790-1-bryan.odonoghue@xxxxxxxxxx/ 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 (1): arm64: dts: qcom: pwm: Drop PWM reg dependency Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.yaml | 8 ++++---- arch/arm64/boot/dts/qcom/pm8350c.dtsi | 3 +-- 2 files changed, 5 insertions(+), 6 deletions(-) -- 2.37.1