浏览代码

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 <[email protected]>
Micke Prag 6 年之前
父节点
当前提交
c3a17ee4b3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      target/linux/ramips/dts/mt7628an.dtsi

+ 1 - 0
target/linux/ramips/dts/mt7628an.dtsi

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