From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?Lothar=20Wa=C3=9Fmann?= Subject: [PATCH 1/4] ARM: dts: imx28-tx28: remove spidev labels and add third instance of spidev Date: Tue, 9 Sep 2014 13:26:00 +0200 Message-ID: <1410261963-27956-2-git-send-email-LW@KARO-electronics.de> References: <1410261963-27956-1-git-send-email-LW@KARO-electronics.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <1410261963-27956-1-git-send-email-LW-bxm8fMRDkQLDiMYJYoSAnRvVK+yQ3ZXh@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Shawn Guo , Rob Herring , Sascha Hauer , =?UTF-8?q?Lothar=20Wa=C3=9Fmann?= List-Id: devicetree@vger.kernel.org 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=C3=9Fmann --- arch/arm/boot/dts/imx28-tx28.dts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/imx28-tx28.dts b/arch/arm/boot/dts/imx28= -tx28.dts index f947fbb..4e790c2 100644 --- a/arch/arm/boot/dts/imx28-tx28.dts +++ b/arch/arm/boot/dts/imx28-tx28.dts @@ -619,17 +619,23 @@ clock-frequency =3D <57600000>; status =3D "okay"; =20 - spidev0: spi@0 { + spi@0 { compatible =3D "spidev"; reg =3D <0>; spi-max-frequency =3D <57600000>; }; =20 - spidev1: spi@1 { + spi@1 { compatible =3D "spidev"; reg =3D <1>; spi-max-frequency =3D <57600000>; }; + + spi@2 { + compatible =3D "spidev"; + reg =3D <2>; + spi-max-frequency =3D <57600000>; + }; }; =20 &usb0 { --=20 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html