diff options
author | Sebastian Reichel <sre@debian.org> | 2014-01-11 21:17:02 (GMT) |
---|---|---|
committer | Benoit Cousson <bcousson@baylibre.com> | 2014-03-02 17:36:23 (GMT) |
commit | e17337a26962943c27124a14b0794eabe76af437 (patch) | |
tree | 6aae0164a0a79c04edcfb410f2defb12461419e0 /arch/arm/boot/dts/omap3-n900.dts | |
parent | 9e2367c8c9bc2d3119b9bce320e15a9c40b94127 (diff) | |
download | linux-e17337a26962943c27124a14b0794eabe76af437.tar.xz |
ARM: dts: OMAP3-N900: Add isp1704 support
This adds support for the isp1704 chip to the Nokia N900
DTS file.
Signed-off-by: Sebastian Reichel <sre@debian.org>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-n900.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-n900.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 0ceacad..86cceaf 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -74,6 +74,11 @@ }; }; + isp1704: isp1704 { + compatible = "nxp,isp1704"; + nxp,enable-gpio = <&gpio3 3 GPIO_ACTIVE_HIGH>; + usb-phy = <&usb2_phy>; + }; }; &omap3_pmx_core { |