diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2015-10-02 17:59:50 +0300 |
---|---|---|
committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2015-10-05 21:09:26 +0300 |
commit | 5f5cdc08231eb802ad3890ba3bd2ef272c21b924 (patch) | |
tree | f3645516ceb1e9f3d8d516fafa2f8808f37e41fc /arch/arm/boot/dts/berlin2cd.dtsi | |
parent | 8eaaaa6f9d09bd53440b60f8aec38fe0c6b3d88b (diff) | |
download | linux-5f5cdc08231eb802ad3890ba3bd2ef272c21b924.tar.xz |
ARM: berlin: add a PWM node on the BG2CD
This patch adds a PWM node in the Berlin BG2CD device tree, using the
newly added Berlin PWM driver.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/berlin2cd.dtsi')
-rw-r--r-- | arch/arm/boot/dts/berlin2cd.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/berlin2cd.dtsi b/arch/arm/boot/dts/berlin2cd.dtsi index 75b14211559a..b16df157214d 100644 --- a/arch/arm/boot/dts/berlin2cd.dtsi +++ b/arch/arm/boot/dts/berlin2cd.dtsi @@ -381,6 +381,13 @@ status = "disabled"; }; + pwm: pwm@f20000 { + compatible = "marvell,berlin-pwm"; + reg = <0xf20000 0x40>; + clocks = <&chip_clk CLKID_CFG>; + #pwm-cells = <3>; + }; + apb@fc0000 { compatible = "simple-bus"; #address-cells = <1>; |