summaryrefslogtreecommitdiff
path: root/arch/mips/boot/dts/brcm/bcm97425svmb.dts
diff options
context:
space:
mode:
authorJaedon Shin <jaedon.shin@gmail.com>2016-08-19 11:52:26 +0900
committerRalf Baechle <ralf@linux-mips.org>2016-10-06 17:31:01 +0200
commit7bbe59ddbb9fae90eef0248416976d4e5f6b1a2d (patch)
tree453bb3ffd22bbce4774d88a8ab3b58a6c9fe67ec /arch/mips/boot/dts/brcm/bcm97425svmb.dts
parentc834469b88cd0a54b313012e9f023937c68a5704 (diff)
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/bcm97425svmb.dts')
-rw-r--r--arch/mips/boot/dts/brcm/bcm97425svmb.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm97425svmb.dts b/arch/mips/boot/dts/brcm/bcm97425svmb.dts
index 119c714805cb..f091e91b11c5 100644
--- a/arch/mips/boot/dts/brcm/bcm97425svmb.dts
+++ b/arch/mips/boot/dts/brcm/bcm97425svmb.dts
@@ -51,6 +51,14 @@
status = "okay";
};
+&pwma {
+ status = "okay";
+};
+
+&pwmb {
+ status = "okay";
+};
+
&enet0 {
status = "okay";
};