diff options
| author | Tim Kryger <[email protected]> | 2014-04-25 11:31:14 -0700 |
|---|---|---|
| committer | Matt Porter <[email protected]> | 2014-04-28 11:14:47 -0400 |
| commit | 8411ca1f7d636338b184c74f4c09ec00a454e5f9 (patch) | |
| tree | cc34288ac96435c19c3dda333bcd9fae280e1aea | |
| parent | cc33e42d3f7dd5341d032db7d452c52ae39d65ec (diff) | |
ARM: dts: Enable the PWM for bcm28155 AP board
Mark the PWM as enabled on the bcm28155 AP board.
Signed-off-by: Tim Kryger <[email protected]>
Reviewed-by: Alex Elder <[email protected]>
Reviewed-by: Markus Mayer <[email protected]>
Signed-off-by: Matt Porter <[email protected]>
| -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>; |