Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758051Ab2HVHi0 (ORCPT ); Wed, 22 Aug 2012 03:38:26 -0400 Received: from ch1ehsobe001.messaging.microsoft.com ([216.32.181.181]:13034 "EHLO ch1outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757286Ab2HVHiX (ORCPT ); Wed, 22 Aug 2012 03:38:23 -0400 X-Forefront-Antispam-Report: CIP:70.37.183.190;KIP:(null);UIP:(null);IPV:NLI;H:mail.freescale.net;RD:none;EFVD:NLI X-SpamScore: 6 X-BigFish: VS6(zcb8kzzz1202h1082kzz8275dhz2dh2a8h668h839hd24he5bhf0ah107ah) From: Dong Aisheng To: CC: , , , , , , , , , , , , , Subject: [PATCH 6/7] ARM: dts: imx6q: add simple-bus compatible string for anatop Date: Wed, 22 Aug 2012 15:18:47 +0800 Message-ID: <1345619928-15446-7-git-send-email-b29396@freescale.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1345619928-15446-1-git-send-email-b29396@freescale.com> References: <1345619928-15446-1-git-send-email-b29396@freescale.com> MIME-Version: 1.0 Content-Type: text/plain X-OriginatorOrg: freescale.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1344 Lines: 38 From: Dong Aisheng Originally the anatop regulator devices are populated by mfd anatop driver. Since mfd anatop driver will be deleted later, we change to populate the regulator devices by devicetree automatically. This will cause some warning messages as follows during boot due to device recreation: "vdd1p1: Failed to create debugfs directory" But it does not break any function. Later, we will remove mfd anatop driver which can get rid of this error message. Signed-off-by: Dong Aisheng --- arch/arm/boot/dts/imx6q.dtsi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index 7076be0..426f735 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi @@ -379,7 +379,7 @@ }; anatop: anatop@020c8000 { - compatible = "fsl,imx6q-anatop", "fsl,imx-syscon"; + compatible = "fsl,imx6q-anatop", "fsl,imx-syscon", "simple-bus"; reg = <0x020c8000 0x1000>; interrupts = <0 49 0x04 0 54 0x04 0 127 0x04>; -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/