projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c87efcc
)
ARM: dts: rockchip: fix pwm-cells for rk3288's pwm3
author
John Keeping
<john@metanate.com>
Mon, 3 Jun 2019 14:34:35 +0000
(15:34 +0100)
committer
Heiko Stuebner
<heiko@sntech.de>
Tue, 4 Jun 2019 13:34:41 +0000
(15:34 +0200)
This is the same as the other PWMs on this SoC and uses 3 cells.
Signed-off-by: John Keeping <john@metanate.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/rk3288.dtsi
b/arch/arm/boot/dts/rk3288.dtsi
index 159d91180cee39c4db9c9362444c4f366d65d7c9..766d1cf51a5bc8df4e916b09ea223ea33d970cc0 100644
(file)
--- a/
arch/arm/boot/dts/rk3288.dtsi
+++ b/
arch/arm/boot/dts/rk3288.dtsi
@@
-710,7
+710,7
@@
pwm3: pwm@ff680030 {
compatible = "rockchip,rk3288-pwm";
reg = <0x0 0xff680030 0x0 0x10>;
- #pwm-cells = <
2
>;
+ #pwm-cells = <
3
>;
pinctrl-names = "default";
pinctrl-0 = <&pwm3_pin>;
clocks = <&cru PCLK_RKPWM>;