]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx28-tx28: remove spidev labels and add third instance of spidev
authorLothar Waßmann <LW@KARO-electronics.de>
Tue, 9 Sep 2014 11:26:00 +0000 (13:26 +0200)
committerShawn Guo <shawn.guo@freescale.com>
Tue, 16 Sep 2014 02:27:18 +0000 (10:27 +0800)
The labels on the spidev nodes are not used and not required, so
remove them. The TX28 supports 3 chipselects on the SPI
interface. Make all those chipselects available to the user.

Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/boot/dts/imx28-tx28.dts

index f947fbb8c367d9645a068dfa0ece6f22361697b5..4e790c24ab3005bd2344587eff59b0145fca3494 100644 (file)
        clock-frequency = <57600000>;
        status = "okay";
 
-       spidev0: spi@0 {
+       spi@0 {
                compatible = "spidev";
                reg = <0>;
                spi-max-frequency = <57600000>;
        };
 
-       spidev1: spi@1 {
+       spi@1 {
                compatible = "spidev";
                reg = <1>;
                spi-max-frequency = <57600000>;
        };
+
+       spi@2 {
+               compatible = "spidev";
+               reg = <2>;
+               spi-max-frequency = <57600000>;
+       };
 };
 
 &usb0 {