dts: nordic: Add #pwm-cells property to Nordic PWM nodes

Add #pwm-cells property in bindings for Nordic PWMs and add this
property with a suitable value assigned to all PWM nodes in dts
files for Nordic SoCs.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
Andrzej Głąbek 2019-10-03 09:34:42 +02:00 committed by Carles Cufí
commit e2ac56f55b
8 changed files with 32 additions and 8 deletions

View file

@ -123,6 +123,7 @@
interrupts = <28 1>;
status = "disabled";
label = "PWM_0";
#pwm-cells = <1>;
};
qdec: qdec@40012000 {
@ -224,4 +225,5 @@
clock-prescaler = <0>;
ppi-base = <14>;
gpiote-base = <0>;
#pwm-cells = <1>;
};