From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932387AbbICGwM (ORCPT ); Thu, 3 Sep 2015 02:52:12 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:55209 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932353AbbICGwI (ORCPT ); Thu, 3 Sep 2015 02:52:08 -0400 From: Kishon Vijay Abraham I To: , , , , CC: , , , , , , , , , , , , Subject: [PATCH v2 6/6] ARM: dts: omap5: use "ti,pbias-omap5" compatible string for pbias Date: Thu, 3 Sep 2015 12:20:42 +0530 Message-ID: <1441263042-12942-7-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1441263042-12942-1-git-send-email-kishon@ti.com> References: <1441263042-12942-1-git-send-email-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Use "ti,pbias-omap5" compatible string which is specifically added for OMAP5. Signed-off-by: Kishon Vijay Abraham I Acked-by: Tony Lindgren --- arch/arm/boot/dts/omap5.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index b1a1263..76ef595 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -187,7 +187,7 @@ #size-cells = <1>; pbias_regulator: pbias_regulator { - compatible = "ti,pbias-omap"; + compatible = "ti,pbias-omap5", "ti,pbias-omap"; reg = <0x60 0x4>; syscon = <&omap5_padconf_global>; pbias_mmc_reg: pbias_mmc_omap5 { -- 1.7.9.5