diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-01-06 01:02:42 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-01-28 23:24:40 +0100 |
commit | 2ad6e39867cf026e668a4c566725c2c65dbde406 (patch) | |
tree | beabfde792e10dd48dfc03d07998dc34ab4cc1c3 /Documentation | |
parent | 6010d40320f8827441414886c46a7dbc6460439a (diff) | |
download | op-kernel-dev-2ad6e39867cf026e668a4c566725c2c65dbde406.zip op-kernel-dev-2ad6e39867cf026e668a4c566725c2c65dbde406.tar.gz |
ARM: nomadik: convert SMSC91x ethernet to device tree
This converts the SMSC91x ethernet controller to use device
tree. The existing solution from the board file, to request the
GPIO triggering the ethernet IRQ from the board file is kept
for the time being, but the GPIO number assignment is moved
over to the device tree.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/ste-nomadik.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/ste-nomadik.txt b/Documentation/devicetree/bindings/arm/ste-nomadik.txt index 23f32bd..a973160 100644 --- a/Documentation/devicetree/bindings/arm/ste-nomadik.txt +++ b/Documentation/devicetree/bindings/arm/ste-nomadik.txt @@ -16,4 +16,9 @@ Required node: usb-s8815 Example: usb-s8815 { + ethernet-gpio { + gpios = <&gpio3 19 0x1>; + interrupts = <19 0x1>; + interrupt-parent = <&gpio3>; + }; }; |