| Submitter | Anatolij Gustschin |
|---|---|
| Date | July 7, 2011, 12:49 p.m. |
| Message ID | <1310042990-21666-1-git-send-email-agust@denx.de> |
| Download | mbox | patch |
| Permalink | /patch/103649/ |
| State | Accepted |
| Delegated to: | Anatolij Gustschin |
| Headers | show |
Comments
On Thu, Jul 07, 2011 at 02:49:50PM +0200, Anatolij Gustschin wrote: > 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> Applied, thanks. g. > --- > 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 2aad7ae..a7511f2 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"; > -- > 1.7.1 >
Patch
diff --git a/arch/powerpc/boot/dts/digsy_mtc.dts b/arch/powerpc/boot/dts/digsy_mtc.dts index 2aad7ae..a7511f2 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";
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> --- arch/powerpc/boot/dts/digsy_mtc.dts | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-)