[linux-yocto] [PATCH 125/161] axxia: Fix a Size Warning in the SRIO Section of the Device Trees
Cristian Bercaru
cristian.bercaru at windriver.com
Thu May 21 12:21:47 PDT 2015
From: John Jacques <john.jacques at lsi.com>
Signed-off-by: John Jacques <john.jacques at lsi.com>
---
arch/powerpc/boot/dts/acp25xx.dts | 2 +-
arch/powerpc/boot/dts/acp342x.dts | 2 +-
arch/powerpc/boot/dts/acp344x.dts | 2 +-
arch/powerpc/boot/dts/acp35xx.dts | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/powerpc/boot/dts/acp25xx.dts b/arch/powerpc/boot/dts/acp25xx.dts
index b5463c5..9893cf9 100644
--- a/arch/powerpc/boot/dts/acp25xx.dts
+++ b/arch/powerpc/boot/dts/acp25xx.dts
@@ -290,7 +290,7 @@
#size-cells = <2>;
compatible = "axxia,rapidio-delta";
device_type = "rapidio";
- reg = <0x0020 0x00560000 0x0 0x1000>; /* SRIO Conf 0 region */
+ reg = <0x0020 0x00560000 0x1000>; /* SRIO Conf 0 region */
ranges = <0x0 0x0 0x0021 0x00000000 0x0 0x40000000>;
/*
linkdown-reset = <0x0200 0x100 0x0020 0x00430000 0x0 0x000010000>;
diff --git a/arch/powerpc/boot/dts/acp342x.dts b/arch/powerpc/boot/dts/acp342x.dts
index 99d2858..6e02a8c 100644
--- a/arch/powerpc/boot/dts/acp342x.dts
+++ b/arch/powerpc/boot/dts/acp342x.dts
@@ -291,7 +291,7 @@
#size-cells = <2>;
compatible = "axxia,rapidio-delta";
device_type = "rapidio";
- reg = <0x0020 0x00420000 0x0 0x1000>; /* SRIO Conf 0 region */
+ reg = <0x0020 0x00420000 0x1000>; /* SRIO Conf 0 region */
ranges = <0x0 0x0 0x0020 0x80000000 0x0 0x40000000>;
/*
linkdown-reset = <0x0200 0x100 0x0020 0x00430000 0x0 0x000010000>;
diff --git a/arch/powerpc/boot/dts/acp344x.dts b/arch/powerpc/boot/dts/acp344x.dts
index 51fa547..2c25007 100644
--- a/arch/powerpc/boot/dts/acp344x.dts
+++ b/arch/powerpc/boot/dts/acp344x.dts
@@ -290,7 +290,7 @@
#size-cells = <2>;
compatible = "axxia,rapidio-delta";
device_type = "rapidio";
- reg = <0x0020 0x00420000 0x0 0x1000>; /* SRIO Conf 0 region */
+ reg = <0x0020 0x00420000 0x1000>; /* SRIO Conf 0 region */
ranges = <0x0 0x0 0x0020 0x80000000 0x0 0x40000000>;
/*
linkdown-reset = <0x0200 0x100 0x0020 0x00430000 0x0 0x000010000>;
diff --git a/arch/powerpc/boot/dts/acp35xx.dts b/arch/powerpc/boot/dts/acp35xx.dts
index 8fd366f..0bf153f 100644
--- a/arch/powerpc/boot/dts/acp35xx.dts
+++ b/arch/powerpc/boot/dts/acp35xx.dts
@@ -401,7 +401,7 @@
#size-cells = <2>;
compatible = "axxia,rapidio-delta";
device_type = "rapidio";
- reg = <0x0020 0x00560000 0x0 0x1000>; /* SRIO Conf 0 region */
+ reg = <0x0020 0x00560000 0x1000>; /* SRIO Conf 0 region */
ranges = <0x0 0x0 0x0021 0x00000000 0x0 0x40000000>;
/*
linkdown-reset = <0x0200 0x100 0x0020 0x0040A000 0x0 0x000010000>;
--
1.7.9.5
More information about the linux-yocto
mailing list