This is a clean up series to fix berlin arm platforms dtc warnings.
Firstly we remove skeleton.dtsi inclusion. Then add missing unit name
of /soc node and /memory node. Lastly, we fix regulators' name
Jisheng Zhang (10):
ARM: dts: berlin2q: Remove skeleton.dtsi inclusion
ARM: dts: berlin2cd: Remove skeleton.dtsi inclusion
ARM: dts: berlin2: Remove skeleton.dtsi inclusion
ARM: dts: berlin2q: Add missing unit name to /soc node
ARM: dts: berlin2cd: Add missing unit name to /soc node
ARM: dts: berlin2: Add missing unit name to /soc node
ARM: dts: berlin2q-marvell-dmp: add missing unit name to /memory node
ARM: dts: chromecast: add missing unit name to /memory node
ARM: dts: sony-nsz-gs7: add missing unit name to /memory node
ARM: dts: berlin2q-marvell-dmp: fix regulators' name
arch/arm/boot/dts/berlin2-sony-nsz-gs7.dts | 2 +-
arch/arm/boot/dts/berlin2.dtsi | 5 +++--
arch/arm/boot/dts/berlin2cd-google-chromecast.dts | 2 +-
arch/arm/boot/dts/berlin2cd.dtsi | 5 +++--
arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 12 ++++++------
arch/arm/boot/dts/berlin2q.dtsi | 6 +++---
6 files changed, 17 insertions(+), 15 deletions(-)
--
2.9.3
This patch fixes the following DTC warning with W=1:
"Node /soc has a reg or ranges property, but no unit name"
Signed-off-by: Jisheng Zhang <redacted>
---
arch/arm/boot/dts/berlin2.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
This patch fixes the following DTC warning with W=1:
"Node /soc has a reg or ranges property, but no unit name"
Signed-off-by: Jisheng Zhang <redacted>
---
arch/arm/boot/dts/berlin2cd.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
As noted in [1], "there are a number of problems with skeleton.dtsi,
and it would be prefereable to remove it entirely." This patch is to
remove skeleton.dtsi inclusion from berlin2.
[1] http://www.spinics.net/lists/arm-kernel/msg528080.html
Signed-off-by: Jisheng Zhang <redacted>
---
arch/arm/boot/dts/berlin2.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
As noted in [1], "there are a number of problems with skeleton.dtsi,
and it would be prefereable to remove it entirely." This patch is to
remove skeleton.dtsi inclusion from berlin2cd.
[1] http://www.spinics.net/lists/arm-kernel/msg528080.html
Signed-off-by: Jisheng Zhang <redacted>
---
arch/arm/boot/dts/berlin2cd.dtsi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
This patch fixes the following DTC warning with W=1:
"Node /soc has a reg or ranges property, but no unit name"
Signed-off-by: Jisheng Zhang <redacted>
---
arch/arm/boot/dts/berlin2q.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
As noted in [1], "there are a number of problems with skeleton.dtsi,
and it would be prefereable to remove it entirely." This patch is to
remove skeleton.dtsi inclusion from berlin2q.
[1] http://www.spinics.net/lists/arm-kernel/msg528080.html
Signed-off-by: Jisheng Zhang <redacted>
---
arch/arm/boot/dts/berlin2q.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -37,11 +37,11 @@#include<dt-bindings/clock/berlin2q.h>#include<dt-bindings/interrupt-controller/arm-gic.h>-#include"skeleton.dtsi"-/{model="Marvell Armada 1500 pro (BG2-Q) SoC";compatible="marvell,berlin2q","marvell,berlin";+#address-cells=<1>;+#size-cells=<1>;aliases{serial0=&uart0;
This patch fixes the following DTC warning with W=1:
"Node /memory has a reg or ranges property, but no unit name"
Signed-off-by: Jisheng Zhang <redacted>
---
arch/arm/boot/dts/berlin2cd-google-chromecast.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
This patch fixes the following DTC warning with W=1:
"Node /memory has a reg or ranges property, but no unit name"
Signed-off-by: Jisheng Zhang <redacted>
---
arch/arm/boot/dts/berlin2q-marvell-dmp.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Date: 2016-09-28 19:40:34
On 06.09.2016 10:40, Jisheng Zhang wrote:
This is a clean up series to fix berlin arm platforms dtc warnings.
Firstly we remove skeleton.dtsi inclusion. Then add missing unit name
of /soc node and /memory node. Lastly, we fix regulators' name
Jisheng Zhang (10):
ARM: dts: berlin2q: Remove skeleton.dtsi inclusion
ARM: dts: berlin2cd: Remove skeleton.dtsi inclusion
ARM: dts: berlin2: Remove skeleton.dtsi inclusion
ARM: dts: berlin2q: Add missing unit name to /soc node
ARM: dts: berlin2cd: Add missing unit name to /soc node
ARM: dts: berlin2: Add missing unit name to /soc node
ARM: dts: berlin2q-marvell-dmp: add missing unit name to /memory node
ARM: dts: chromecast: add missing unit name to /memory node
Jisheng,
Applied the 8 patches above.
ARM: dts: sony-nsz-gs7: add missing unit name to /memory node
I didn't receive this one and could not find it online.
I recreated the patch by using the chromecast patch above, so
applied.
ARM: dts: berlin2q-marvell-dmp: fix regulators' name
I have no clue what it should be fixed to.
Sebastian
Hi Sebastian,
On Wed, 28 Sep 2016 21:40:21 +0200 Sebastian Hesselbarth wrote:
On 06.09.2016 10:40, Jisheng Zhang wrote:
quoted
This is a clean up series to fix berlin arm platforms dtc warnings.
Firstly we remove skeleton.dtsi inclusion. Then add missing unit name
of /soc node and /memory node. Lastly, we fix regulators' name
Jisheng Zhang (10):
ARM: dts: berlin2q: Remove skeleton.dtsi inclusion
ARM: dts: berlin2cd: Remove skeleton.dtsi inclusion
ARM: dts: berlin2: Remove skeleton.dtsi inclusion
ARM: dts: berlin2q: Add missing unit name to /soc node
ARM: dts: berlin2cd: Add missing unit name to /soc node
ARM: dts: berlin2: Add missing unit name to /soc node
ARM: dts: berlin2q-marvell-dmp: add missing unit name to /memory node
ARM: dts: chromecast: add missing unit name to /memory node
Jisheng,
Applied the 8 patches above.
quoted
ARM: dts: sony-nsz-gs7: add missing unit name to /memory node
I didn't receive this one and could not find it online.
I recreated the patch by using the chromecast patch above, so
applied.
quoted
ARM: dts: berlin2q-marvell-dmp: fix regulators' name
I have no clue what it should be fixed to.
DTC will complain with W=1:
Warning (unit_address_vs_reg): Node /regulators/regulator at 0 has a unit
name, but no reg property
This patch tries to fix that warning.
Thanks,
Jisheng