diff options
author | Lijun Pan <LIJUN.PAN@FREESCALE.COM> | 2013-10-24 16:03:25 -0500 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2013-10-28 21:11:16 -0500 |
commit | f4b123886d2cdd196a0e3482de48d921443790c7 (patch) | |
tree | f5936bba83b4cc480cd7f3f1c35a5c46736bce98 /arch | |
parent | 4f6d45d7db7e4622a74b9fd8c99b13c68129d70d (diff) |
powerpc/e500v2: Include Power ISA properties
bsc9131 device tree does not have these properties.
Signed-off-by: Lijun Pan <Lijun.Pan@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/dts/fsl/bsc9131si-pre.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/fsl/bsc9131si-pre.dtsi b/arch/powerpc/boot/dts/fsl/bsc9131si-pre.dtsi index 743e4aeda34..f6ec4a67560 100644 --- a/arch/powerpc/boot/dts/fsl/bsc9131si-pre.dtsi +++ b/arch/powerpc/boot/dts/fsl/bsc9131si-pre.dtsi @@ -33,6 +33,9 @@ */ /dts-v1/; + +/include/ "e500v2_power_isa.dtsi" + / { compatible = "fsl,BSC9131"; #address-cells = <2>; |