]> git.karo-electronics.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>
Fri, 5 Sep 2014 06:58:57 +0000 (08:58 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 10 Sep 2014 06:42:55 +0000 (08:42 +0200)
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.

arch/arm/boot/dts/imx28-tx28.dts

index e14bd86f3e9999a50e0f60a7b443ed2b06ecbd07..67b87f6682597592de925422a8a4f42f6f0819cf 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 {