From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D743D2C04A0 for ; Fri, 10 Aug 2012 23:06:21 +1000 (EST) Subject: Re: [PATCH 3/3, v2] powerpc/e5500: Add Power ISA properties to comply with ePAPR 1.1 Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: Kumar Gala In-Reply-To: <1344498156-25127-3-git-send-email-hong-hua.yin@freescale.com> Date: Fri, 10 Aug 2012 08:05:45 -0500 Message-Id: <4A09DAAD-7BC7-4057-B8DB-95C29C9090FD@kernel.crashing.org> References: <1344498156-25127-1-git-send-email-hong-hua.yin@freescale.com> <1344498156-25127-2-git-send-email-hong-hua.yin@freescale.com> <1344498156-25127-3-git-send-email-hong-hua.yin@freescale.com> To: Olivia Yin Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Aug 9, 2012, at 2:42 AM, Olivia Yin wrote: > power-isa-version and power-isa-* are cpu node general properties = defined in ePAPR. >=20 > If the power-isa-version property exists, then for each category from = the=20 > Categories section of Book I of the Power ISA version indicated, the=20= > existence of a property named power-isa-[CAT], where [CAT] is the=20 > abbreviated category name with all uppercase letters converted to=20 > lowercase, indicates that the category is supported by the = implementation. >=20 > This patch update all the e5500 platforms. >=20 > Signed-off-by: Liu Yu > Signed-off-by: Olivia Yin > --- > git://git.kernel.org/pub/scm/linux/kernel/git/galak/powerpc.git > branch: next >=20 > arch/powerpc/boot/dts/fsl/e5500_power_isa.dtsi | 59 = ++++++++++++++++++++++++ > arch/powerpc/boot/dts/fsl/p5020si-pre.dtsi | 3 + > 2 files changed, 62 insertions(+), 0 deletions(-) > create mode 100644 arch/powerpc/boot/dts/fsl/e5500_power_isa.dtsi Added p5040si-pre.dtsi applied to next - k=