Commit ba0d527
arm64: dts: rockchip: Remove clock-names from PWM nodes
A test with the command below gives this error:
/arch/arm64/boot/dts/rockchip/rk3368-evb-act8846.dt.yaml:
pwm@ff680030: clock-names: ['pwm'] is too short
Devices with only one PWM clock use it to both to derive the functional
clock for the device and as the bus clock. The driver does not need
"clock-names" to get a handle, so remove them all.
make ARCH=arm64 dtbs_check
DT_SCHEMA_FILES=Documentation/devicetree/bindings/pwm/pwm-rockchip.yaml
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>1 parent 201fe12 commit ba0d527
2 files changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
565 | 564 | | |
566 | 565 | | |
567 | 566 | | |
| |||
572 | 571 | | |
573 | 572 | | |
574 | 573 | | |
575 | | - | |
576 | 574 | | |
577 | 575 | | |
578 | 576 | | |
| |||
581 | 579 | | |
582 | 580 | | |
583 | 581 | | |
584 | | - | |
585 | 582 | | |
586 | 583 | | |
587 | 584 | | |
| |||
592 | 589 | | |
593 | 590 | | |
594 | 591 | | |
595 | | - | |
596 | 592 | | |
597 | 593 | | |
598 | 594 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1185 | 1185 | | |
1186 | 1186 | | |
1187 | 1187 | | |
1188 | | - | |
1189 | 1188 | | |
1190 | 1189 | | |
1191 | 1190 | | |
| |||
1196 | 1195 | | |
1197 | 1196 | | |
1198 | 1197 | | |
1199 | | - | |
1200 | 1198 | | |
1201 | 1199 | | |
1202 | 1200 | | |
| |||
1207 | 1205 | | |
1208 | 1206 | | |
1209 | 1207 | | |
1210 | | - | |
1211 | 1208 | | |
1212 | 1209 | | |
1213 | 1210 | | |
| |||
1218 | 1215 | | |
1219 | 1216 | | |
1220 | 1217 | | |
1221 | | - | |
1222 | 1218 | | |
1223 | 1219 | | |
1224 | 1220 | | |
| |||
0 commit comments