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:
parent
4b59690330
commit
e2ac56f55b
8 changed files with 32 additions and 8 deletions
|
@ -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>;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue