diff options
author | Anatolij Gustschin <agust@denx.de> | 2011-07-07 14:49:50 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2011-09-22 23:18:33 +0200 |
commit | 5d9e6ac84363f28a7461e4afe4b7f24f4824a233 (patch) | |
tree | 4e4c24336d937ab5c08145ce65b6665378b7ab24 /arch/powerpc/boot | |
parent | 1982c09a64b10c4407ef0b177ea7fcabc03d4add (diff) |
powerpc/5200: dts: digsy_mtc.dts: enable both MSCAN nodes
We use both MSCAN controllers on this board, so do not disable
them in the device tree.
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r-- | arch/powerpc/boot/dts/digsy_mtc.dts | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/boot/dts/digsy_mtc.dts b/arch/powerpc/boot/dts/digsy_mtc.dts index 2aad7ae435d..a7511f2d844 100644 --- a/arch/powerpc/boot/dts/digsy_mtc.dts +++ b/arch/powerpc/boot/dts/digsy_mtc.dts @@ -37,14 +37,6 @@ status = "disabled"; }; - can@900 { - status = "disabled"; - }; - - can@980 { - status = "disabled"; - }; - spi@f00 { msp430@0 { compatible = "spidev"; |