diff options
author | Koen Kooi <koen@openembedded.org> | 2009-02-26 15:42:42 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-02-26 15:42:42 +0100 |
commit | f8e5442bb3f6f4434b2892b38e78f464db980228 (patch) | |
tree | b7a48d1e95aa6a6d1a9379286f73d39a4617f569 /packages/linux/linux-2.6.27/boc01/boc01.dts | |
parent | be8f0f5b8fc09528b602851e813e0c4c0a6b31ac (diff) | |
parent | 834db408514754641f6e8f7b8248b54a512515de (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/linux/linux-2.6.27/boc01/boc01.dts')
-rw-r--r-- | packages/linux/linux-2.6.27/boc01/boc01.dts | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/linux/linux-2.6.27/boc01/boc01.dts b/packages/linux/linux-2.6.27/boc01/boc01.dts index fec7c85673..ffc27abb31 100644 --- a/packages/linux/linux-2.6.27/boc01/boc01.dts +++ b/packages/linux/linux-2.6.27/boc01/boc01.dts @@ -132,6 +132,10 @@ compatible = "at24,24c32"; reg = <0x50>; }; + at24@57 { + compatible = "at24,isl12024"; + reg = <0x57>; + }; }; crypto@30000 { @@ -184,7 +188,6 @@ mdio@24520 { #address-cells = <1>; #size-cells = <0>; - compatible = "fsl,gianfar-mdio"; reg = <0x24520 0x20>; phy4: ethernet-phy@4 { interrupt-parent = <&ipic>; @@ -252,7 +255,7 @@ gtm1: timer@500 { compatible = "fsl,mpc8313-gtm", "fsl,gtm"; reg = <0x500 0x100>; - interrupts = <90 8 78 8 84 8 72 8>; + interrupts = <72 8 78 8 84 8 90 8>; interrupt-parent = <&ipic>; }; |