diff options
Diffstat (limited to 'arch/arm/boot/dts/omap3-igep0030-rev-g.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-igep0030-rev-g.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-igep0030-rev-g.dts b/arch/arm/boot/dts/omap3-igep0030-rev-g.dts index 9326b282c94a..b899e341874a 100644 --- a/arch/arm/boot/dts/omap3-igep0030-rev-g.dts +++ b/arch/arm/boot/dts/omap3-igep0030-rev-g.dts | |||
@@ -64,4 +64,13 @@ | |||
64 | vmmc-supply = <&lbep5clwmc_wlen>; | 64 | vmmc-supply = <&lbep5clwmc_wlen>; |
65 | bus-width = <4>; | 65 | bus-width = <4>; |
66 | non-removable; | 66 | non-removable; |
67 | |||
68 | #address-cells = <1>; | ||
69 | #size-cells = <0>; | ||
70 | wlcore: wlcore@2 { | ||
71 | compatible = "ti,wl1835"; | ||
72 | reg = <2>; | ||
73 | interrupt-parent = <&gpio5>; | ||
74 | interrupts = <8 IRQ_TYPE_LEVEL_HIGH>; /* gpio 136 */ | ||
75 | }; | ||
67 | }; | 76 | }; |