From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Reichel Subject: [PATCH 2/5] DTS: ARM: OMAP3-N900: Add vendor prefixes to SPI devices Date: Sat, 23 Nov 2013 21:57:21 +0100 Message-ID: <1385240244-28629-3-git-send-email-sre@debian.org> References: <1385240244-28629-1-git-send-email-sre@debian.org> Return-path: In-Reply-To: <1385240244-28629-1-git-send-email-sre@debian.org> Sender: linux-omap-owner@vger.kernel.org To: Sebastian Reichel , Tomi Valkeinen , =?UTF-8?q?Beno=C3=AEt=20Cousson?= , Tony Lindgren Cc: Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Rob Landley , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, Sebastian Reichel List-Id: devicetree@vger.kernel.org SPI attached devices are currently missing vendor prefixes. This patch adds them. Signed-off-by: Sebastian Reichel --- arch/arm/boot/dts/omap3-n900.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/omap3-n900.dts b/arch/arm/boot/dts/omap3-n900.dts index 3900f84..6ad5ae9 100644 --- a/arch/arm/boot/dts/omap3-n900.dts +++ b/arch/arm/boot/dts/omap3-n900.dts @@ -576,12 +576,12 @@ * Also... order in the device tree actually matters here. */ tsc2005@0 { - compatible = "tsc2005"; + compatible = "ti,tsc2005"; spi-max-frequency = <6000000>; reg = <0>; }; mipid@2 { - compatible = "acx565akm"; + compatible = "sony,acx565akm"; spi-max-frequency = <6000000>; reg = <2>; -- 1.8.4.3