All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] powerpc/e6500: Include Power ISA properties
@ 2013-10-24 21:03 Lijun Pan
  2013-10-24 21:03 ` [PATCH 2/2] powerpc/e500v2: " Lijun Pan
  0 siblings, 1 reply; 2+ messages in thread
From: Lijun Pan @ 2013-10-24 21:03 UTC (permalink / raw)
  To: linuxppc-dev, scottwood; +Cc: Lijun Pan

b4420 and b4860 device trees do not have these properties.

Signed-off-by: Lijun Pan <Lijun.Pan@freescale.com>
---
 arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi |    2 ++
 arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi |    2 ++
 2 files changed, 4 insertions(+)

diff --git a/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi b/arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi
index 7b4426e..cbaecf1 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>;
-- 
1.7.9.7

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 2/2] powerpc/e500v2: Include Power ISA properties
  2013-10-24 21:03 [PATCH 1/2] powerpc/e6500: Include Power ISA properties Lijun Pan
@ 2013-10-24 21:03 ` Lijun Pan
  0 siblings, 0 replies; 2+ messages in thread
From: Lijun Pan @ 2013-10-24 21:03 UTC (permalink / raw)
  To: linuxppc-dev, scottwood; +Cc: Lijun Pan

bsc9131 device tree does not have these properties.

Signed-off-by: Lijun Pan <Lijun.Pan@freescale.com>
---
 arch/powerpc/boot/dts/fsl/bsc9131si-pre.dtsi |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/powerpc/boot/dts/fsl/bsc9131si-pre.dtsi b/arch/powerpc/boot/dts/fsl/bsc9131si-pre.dtsi
index 743e4ae..f6ec4a6 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>;
-- 
1.7.9.7

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-10-24 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-24 21:03 [PATCH 1/2] powerpc/e6500: Include Power ISA properties Lijun Pan
2013-10-24 21:03 ` [PATCH 2/2] powerpc/e500v2: " Lijun Pan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.