diff options
Diffstat (limited to 'dts/upstream/Bindings/pwm')
7 files changed, 4 insertions, 6 deletions
diff --git a/dts/upstream/Bindings/pwm/atmel,at91sam-pwm.yaml b/dts/upstream/Bindings/pwm/atmel,at91sam-pwm.yaml index d84268b5978..96cd6f3c354 100644 --- a/dts/upstream/Bindings/pwm/atmel,at91sam-pwm.yaml +++ b/dts/upstream/Bindings/pwm/atmel,at91sam-pwm.yaml @@ -25,6 +25,9 @@ properties: - items: - const: microchip,sama7g5-pwm - const: atmel,sama5d2-pwm + - items: + - const: microchip,sam9x7-pwm + - const: microchip,sam9x60-pwm reg: maxItems: 1 diff --git a/dts/upstream/Bindings/pwm/google,cros-ec-pwm.yaml b/dts/upstream/Bindings/pwm/google,cros-ec-pwm.yaml index 3afe1480df5..f7bc84b05a8 100644 --- a/dts/upstream/Bindings/pwm/google,cros-ec-pwm.yaml +++ b/dts/upstream/Bindings/pwm/google,cros-ec-pwm.yaml @@ -35,7 +35,6 @@ properties: required: - compatible - - '#pwm-cells' additionalProperties: false diff --git a/dts/upstream/Bindings/pwm/marvell,pxa-pwm.yaml b/dts/upstream/Bindings/pwm/marvell,pxa-pwm.yaml index ba6325575ea..9ee1946dc2e 100644 --- a/dts/upstream/Bindings/pwm/marvell,pxa-pwm.yaml +++ b/dts/upstream/Bindings/pwm/marvell,pxa-pwm.yaml @@ -34,7 +34,6 @@ properties: required: - compatible - reg - - "#pwm-cells" - clocks additionalProperties: false diff --git a/dts/upstream/Bindings/pwm/mediatek,mt2712-pwm.yaml b/dts/upstream/Bindings/pwm/mediatek,mt2712-pwm.yaml index a5c30880161..d515c09e102 100644 --- a/dts/upstream/Bindings/pwm/mediatek,mt2712-pwm.yaml +++ b/dts/upstream/Bindings/pwm/mediatek,mt2712-pwm.yaml @@ -66,7 +66,6 @@ properties: required: - compatible - reg - - "#pwm-cells" - clocks - clock-names diff --git a/dts/upstream/Bindings/pwm/mediatek,pwm-disp.yaml b/dts/upstream/Bindings/pwm/mediatek,pwm-disp.yaml index bc813fe74fa..195e4371196 100644 --- a/dts/upstream/Bindings/pwm/mediatek,pwm-disp.yaml +++ b/dts/upstream/Bindings/pwm/mediatek,pwm-disp.yaml @@ -31,6 +31,7 @@ properties: - mediatek,mt8188-disp-pwm - mediatek,mt8192-disp-pwm - mediatek,mt8195-disp-pwm + - mediatek,mt8365-disp-pwm - const: mediatek,mt8183-disp-pwm reg: @@ -58,7 +59,6 @@ properties: required: - compatible - reg - - "#pwm-cells" - clocks - clock-names diff --git a/dts/upstream/Bindings/pwm/pwm-bcm2835.yaml b/dts/upstream/Bindings/pwm/pwm-bcm2835.yaml index 15e7fd98def..9dc25f38fb9 100644 --- a/dts/upstream/Bindings/pwm/pwm-bcm2835.yaml +++ b/dts/upstream/Bindings/pwm/pwm-bcm2835.yaml @@ -29,7 +29,6 @@ required: - compatible - reg - clocks - - "#pwm-cells" additionalProperties: false diff --git a/dts/upstream/Bindings/pwm/snps,dw-apb-timers-pwm2.yaml b/dts/upstream/Bindings/pwm/snps,dw-apb-timers-pwm2.yaml index 4d0b5964443..7523a89a177 100644 --- a/dts/upstream/Bindings/pwm/snps,dw-apb-timers-pwm2.yaml +++ b/dts/upstream/Bindings/pwm/snps,dw-apb-timers-pwm2.yaml @@ -51,7 +51,6 @@ properties: required: - compatible - reg - - "#pwm-cells" - clocks - clock-names |