diff options
author | Olivia Yin <hong-hua.yin@freescale.com> | 2012-08-09 15:42:36 +0800 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2012-09-12 14:57:10 -0500 |
commit | 8778721912adaf1076f427867384130480c86ca8 (patch) | |
tree | bf9b7daceb6fe97e6c09fe73faefad6e9b9b0a90 /arch/powerpc/boot/dts/fsl/p5020si-pre.dtsi | |
parent | 2f4acb057c9c11f8e9d944cf218091de02e3e815 (diff) | |
download | kernel_goldelico_gta04-8778721912adaf1076f427867384130480c86ca8.zip kernel_goldelico_gta04-8778721912adaf1076f427867384130480c86ca8.tar.gz kernel_goldelico_gta04-8778721912adaf1076f427867384130480c86ca8.tar.bz2 |
powerpc/e5500: Add Power ISA properties to comply with ePAPR 1.1
power-isa-version and power-isa-* are cpu node general properties defined
in ePAPR.
If the power-isa-version property exists, then for each category from the
Categories section of Book I of the Power ISA version indicated, the
existence of a property named power-isa-[CAT], where [CAT] is the
abbreviated category name with all uppercase letters converted to
lowercase, indicates that the category is supported by the implementation.
This patch update all the e5500 platforms.
Signed-off-by: Liu Yu <yu.liu@freescale.com>
Signed-off-by: Olivia Yin <hong-hua.yin@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/fsl/p5020si-pre.dtsi')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/p5020si-pre.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/p5020si-pre.dtsi b/arch/powerpc/boot/dts/fsl/p5020si-pre.dtsi index ae823a4..0a198b0 100644 --- a/arch/powerpc/boot/dts/fsl/p5020si-pre.dtsi +++ b/arch/powerpc/boot/dts/fsl/p5020si-pre.dtsi @@ -33,6 +33,9 @@ */ /dts-v1/; + +/include/ "e5500_power_isa.dtsi" + / { compatible = "fsl,P5020"; #address-cells = <2>; |