diff options
author | Tim Kryger <tim.kryger@linaro.org> | 2014-04-25 22:31:14 +0400 |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-04-28 19:14:47 +0400 |
commit | 8411ca1f7d636338b184c74f4c09ec00a454e5f9 (patch) | |
tree | cc34288ac96435c19c3dda333bcd9fae280e1aea /arch/arm/boot/dts/bcm28155-ap.dts | |
parent | cc33e42d3f7dd5341d032db7d452c52ae39d65ec (diff) | |
download | linux-8411ca1f7d636338b184c74f4c09ec00a454e5f9.tar.xz |
ARM: dts: Enable the PWM for bcm28155 AP board
Mark the PWM as enabled on the bcm28155 AP board.
Signed-off-by: Tim Kryger <tim.kryger@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Signed-off-by: Matt Porter <mporter@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/bcm28155-ap.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm28155-ap.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm28155-ap.dts b/arch/arm/boot/dts/bcm28155-ap.dts index af3da55eef49..9ce91dd60cb6 100644 --- a/arch/arm/boot/dts/bcm28155-ap.dts +++ b/arch/arm/boot/dts/bcm28155-ap.dts @@ -69,6 +69,10 @@ status = "okay"; }; + pwm: pwm@3e01a000 { + status = "okay"; + }; + usbotg: usb@3f120000 { vusb_d-supply = <&usbldo_reg>; vusb_a-supply = <&iosr1_reg>; |