From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Zabel Subject: [RFC PATCH 4/6] powerpc/85xx: Change vendor prefix for Intersil Corporation to isil Date: Wed, 20 Aug 2014 10:43:02 +0200 Message-ID: <1408524184-31928-5-git-send-email-p.zabel@pengutronix.de> References: <1408524184-31928-1-git-send-email-p.zabel@pengutronix.de> Return-path: In-Reply-To: <1408524184-31928-1-git-send-email-p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , linuxppc-dev-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Russell King , Alessandro Zummo , Philipp Zabel List-Id: devicetree@vger.kernel.org Currently there is a wild mixture of isl, isil, and intersil compatibles in the kernel. At this point, changing the vendor symbol to the most often used variant, which is equal to the NASDAQ symbol, isil, should not hurt, since the isl1208 driver doesn't care either way. Signed-off-by: Philipp Zabel --- arch/powerpc/boot/dts/ppa8548.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/boot/dts/ppa8548.dts b/arch/powerpc/boot/dts/ppa8548.dts index 27b0699..000262b 100644 --- a/arch/powerpc/boot/dts/ppa8548.dts +++ b/arch/powerpc/boot/dts/ppa8548.dts @@ -89,7 +89,7 @@ &soc { i2c@3000 { rtc@6f { - compatible = "intersil,isl1208"; + compatible = "isil,isl1208"; reg = <0x6f>; }; }; -- 2.1.0.rc1 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html