diff mbox

[1/2,v2] powerpc/e6500: Include Power ISA properties

Message ID 1382649073-9212-1-git-send-email-Lijun.Pan@freescale.com (mailing list archive)
State Accepted, archived
Commit 4f6d45d7db7e4622a74b9fd8c99b13c68129d70d
Delegated to: Scott Wood
Headers show

Commit Message

Lijun Pan Oct. 24, 2013, 9:11 p.m. UTC
b4420 and b4860 device trees do not have these properties.

Signed-off-by: Lijun Pan <Lijun.Pan@freescale.com>
---
v2: fixed a typo

 arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi |    2 ++
 arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi |    2 ++
 2 files changed, 4 insertions(+)
diff mbox

Patch

diff --git a/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi b/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi
index 7b4426e..c6e451a 100644
--- a/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi
+++ b/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi
@@ -34,6 +34,8 @@ 
 
 /dts-v1/;
 
+/include/ "e6500_power_isa.dtsi"
+
 / {
 	compatible = "fsl,B4420";
 	#address-cells = <2>;
diff --git a/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi b/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi
index 5263fa4..9bc26b1 100644
--- a/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi
+++ b/arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi
@@ -34,6 +34,8 @@ 
 
 /dts-v1/;
 
+/include/ "e6500_power_isa.dtsi"
+
 / {
 	compatible = "fsl,B4860";
 	#address-cells = <2>;