1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-19 23:28:29 +02:00

ramips: add #pwm-cells property to MT76x8 dts

To be able to configure pwms the pwm driver needs to know the number off
cells in the "pwms" property. For this platform this is 2.

Signed-off-by: Micke Prag <micke.prag@telldus.se>
This commit is contained in:
Micke Prag 2019-03-15 11:05:53 +01:00 committed by Christian Lamparter
parent 9b16a69941
commit c3a17ee4b3

View File

@ -232,6 +232,7 @@
pwm: pwm@5000 {
compatible = "mediatek,mt7628-pwm";
reg = <0x5000 0x1000>;
#pwm-cells = <2>;
resets = <&rstctrl 31>;
reset-names = "pwm";