From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1bon0141.outbound.protection.outlook.com [157.56.111.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 1D7241A056E for ; Fri, 10 Apr 2015 03:02:20 +1000 (AEST) Message-ID: <1428598922.22867.534.camel@freescale.com> Subject: Re: [PATCH] powerpc/dts: Add some SoC specific "fsl,*-device-config" compatibles From: Scott Wood To: Igal.Liberman Date: Thu, 9 Apr 2015 12:02:02 -0500 In-Reply-To: <1428560482-30938-1-git-send-email-igal.liberman@freescale.com> References: <1428560482-30938-1-git-send-email-igal.liberman@freescale.com> Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Cc: devicetree@vger.kernel.org, linuxppc-dev@lists.ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2015-04-09 at 09:21 +0300, Igal.Liberman wrote: > From: Igal Liberman > > This patch is required for: https://patchwork.ozlabs.org/patch/459584/ If it's required for that patch, why aren't they part of a patchset rather than independently posted? I don't see any mention of a dependency in that patch, so how would I have known not to apply it? > Signed-off-by: Igal Liberman > --- > arch/powerpc/boot/dts/fsl/b4420si-post.dtsi | 3 ++- > arch/powerpc/boot/dts/fsl/b4860si-post.dtsi | 3 ++- > arch/powerpc/boot/dts/fsl/b4si-post.dtsi | 3 ++- > arch/powerpc/boot/dts/fsl/p2041si-post.dtsi | 3 ++- > arch/powerpc/boot/dts/fsl/p3041si-post.dtsi | 3 ++- > arch/powerpc/boot/dts/fsl/p4080si-post.dtsi | 3 ++- > arch/powerpc/boot/dts/fsl/p5020si-post.dtsi | 3 ++- > 7 files changed, 14 insertions(+), 7 deletions(-) > > diff --git a/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi b/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi > index 1ea8602..9b14f24 100644 > --- a/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi > +++ b/arch/powerpc/boot/dts/fsl/b4420si-post.dtsi > @@ -77,7 +77,8 @@ > }; > > guts: global-utilities@e0000 { > - compatible = "fsl,b4420-device-config", "fsl,qoriq-device-config-2.0"; > + compatible = "fsl,b4420-device-config", "fsl,b4-device-config", > + "fsl,qoriq-device-config-2.0"; Why? -Scott