diff options
author | Jaedon Shin <jaedon.shin@gmail.com> | 2016-08-19 05:52:26 +0300 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-10-06 18:31:01 +0300 |
commit | 7bbe59ddbb9fae90eef0248416976d4e5f6b1a2d (patch) | |
tree | 453bb3ffd22bbce4774d88a8ab3b58a6c9fe67ec /arch/mips/boot/dts/brcm/bcm97362svmb.dts | |
parent | c834469b88cd0a54b313012e9f023937c68a5704 (diff) | |
download | linux-7bbe59ddbb9fae90eef0248416976d4e5f6b1a2d.tar.xz |
MIPS: BMIPS: Add support PWM device nodes
Adds PWM device nodes to BCM7xxx MIPS based SoCs.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: Jonas Gorski <jonas.gorski@gmail.com>
Cc: Kevin Cernekee <cernekee@gmail.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: MIPS Mailing List <linux-mips@linux-mips.org>
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/14000/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm97362svmb.dts')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm97362svmb.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm97362svmb.dts b/arch/mips/boot/dts/brcm/bcm97362svmb.dts index 3cfcaebe7f79..b880c018f3d8 100644 --- a/arch/mips/boot/dts/brcm/bcm97362svmb.dts +++ b/arch/mips/boot/dts/brcm/bcm97362svmb.dts @@ -41,6 +41,10 @@ status = "okay"; }; +&pwma { + status = "okay"; +}; + &enet0 { status = "okay"; }; |