* [PATCH 1/7] ARM: shmobile: genmai dts: Replace status value "ok" by "okay"
@ 2014-12-09 11:24 Geert Uytterhoeven
2014-12-09 11:25 ` [PATCH 2/7] ARM: shmobile: armadillo800eva " Geert Uytterhoeven
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2014-12-09 11:24 UTC (permalink / raw)
To: Simon Horman, Magnus Damm
Cc: devicetree, linux-sh, linux-arm-kernel, Geert Uytterhoeven
While the DT parsing code recognizes "ok" as a valid value for the
"status" property, ePAPR v1.1 doesn't mention it in the list of valid
values.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/boot/dts/r7s72100-genmai.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/r7s72100-genmai.dts b/arch/arm/boot/dts/r7s72100-genmai.dts
index 1518c5bcca33d8d1..a9da7a89fc4ba65a 100644
--- a/arch/arm/boot/dts/r7s72100-genmai.dts
+++ b/arch/arm/boot/dts/r7s72100-genmai.dts
@@ -45,7 +45,7 @@
};
&mtu2 {
- status = "ok";
+ status = "okay";
};
&i2c2 {
--
1.9.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/7] ARM: shmobile: armadillo800eva dts: Replace status value "ok" by "okay"
2014-12-09 11:24 [PATCH 1/7] ARM: shmobile: genmai dts: Replace status value "ok" by "okay" Geert Uytterhoeven
@ 2014-12-09 11:25 ` Geert Uytterhoeven
2014-12-09 11:25 ` [PATCH 3/7] ARM: shmobile: lager " Geert Uytterhoeven
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2014-12-09 11:25 UTC (permalink / raw)
To: Simon Horman, Magnus Damm
Cc: devicetree, linux-sh, linux-arm-kernel, Geert Uytterhoeven
While the DT parsing code recognizes "ok" as a valid value for the
"status" property, ePAPR v1.1 doesn't mention it in the list of valid
values.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
index d4af4d86c6b03d01..9bd0cb439f448d03 100644
--- a/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
+++ b/arch/arm/boot/dts/r8a7740-armadillo800eva.dts
@@ -172,7 +172,7 @@
pinctrl-names = "default";
phy-handle = <&phy0>;
- status = "ok";
+ status = "okay";
phy0: ethernet-phy@0 {
reg = <0>;
@@ -193,7 +193,7 @@
};
&cmt1 {
- status = "ok";
+ status = "okay";
};
&i2c0 {
--
1.9.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 3/7] ARM: shmobile: lager dts: Replace status value "ok" by "okay"
2014-12-09 11:24 [PATCH 1/7] ARM: shmobile: genmai dts: Replace status value "ok" by "okay" Geert Uytterhoeven
2014-12-09 11:25 ` [PATCH 2/7] ARM: shmobile: armadillo800eva " Geert Uytterhoeven
@ 2014-12-09 11:25 ` Geert Uytterhoeven
2014-12-09 11:25 ` [PATCH 4/7] ARM: shmobile: henninger " Geert Uytterhoeven
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2014-12-09 11:25 UTC (permalink / raw)
To: Simon Horman, Magnus Damm
Cc: devicetree, linux-sh, linux-arm-kernel, Geert Uytterhoeven
While the DT parsing code recognizes "ok" as a valid value for the
"status" property, ePAPR v1.1 doesn't mention it in the list of valid
values.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/boot/dts/r8a7790-lager.dts | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 4118030f366dfa7d..59365bccc9450c6c 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -355,7 +355,7 @@
phy-handle = <&phy1>;
renesas,ether-link-active-low;
- status = "ok";
+ status = "okay";
phy1: ethernet-phy@1 {
reg = <1>;
@@ -366,7 +366,7 @@
};
&cmt0 {
- status = "ok";
+ status = "okay";
};
&mmcif1 {
@@ -470,17 +470,17 @@
};
&iic0 {
- status = "ok";
+ status = "okay";
};
&iic1 {
- status = "ok";
+ status = "okay";
pinctrl-0 = <&iic1_pins>;
pinctrl-names = "default";
};
&iic2 {
- status = "ok";
+ status = "okay";
pinctrl-0 = <&iic2_pins>;
pinctrl-names = "default";
@@ -562,7 +562,7 @@
pinctrl-0 = <&vin1_pins>;
pinctrl-names = "default";
- status = "ok";
+ status = "okay";
port {
#address-cells = <1>;
--
1.9.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 4/7] ARM: shmobile: henninger dts: Replace status value "ok" by "okay"
2014-12-09 11:24 [PATCH 1/7] ARM: shmobile: genmai dts: Replace status value "ok" by "okay" Geert Uytterhoeven
2014-12-09 11:25 ` [PATCH 2/7] ARM: shmobile: armadillo800eva " Geert Uytterhoeven
2014-12-09 11:25 ` [PATCH 3/7] ARM: shmobile: lager " Geert Uytterhoeven
@ 2014-12-09 11:25 ` Geert Uytterhoeven
[not found] ` <1418124305-7445-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2014-12-09 11:25 UTC (permalink / raw)
To: Simon Horman, Magnus Damm
Cc: devicetree, linux-sh, linux-arm-kernel, Geert Uytterhoeven
While the DT parsing code recognizes "ok" as a valid value for the
"status" property, ePAPR v1.1 doesn't mention it in the list of valid
values.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/boot/dts/r8a7791-henninger.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7791-henninger.dts b/arch/arm/boot/dts/r8a7791-henninger.dts
index 740e38678032a7ac..d2ebf11f98814ab5 100644
--- a/arch/arm/boot/dts/r8a7791-henninger.dts
+++ b/arch/arm/boot/dts/r8a7791-henninger.dts
@@ -156,7 +156,7 @@
phy-handle = <&phy1>;
renesas,ether-link-active-low;
- status = "ok";
+ status = "okay";
phy1: ethernet-phy@1 {
reg = <1>;
@@ -293,7 +293,7 @@
/* composite video input */
&vin0 {
- status = "ok";
+ status = "okay";
pinctrl-0 = <&vin0_pins>;
pinctrl-names = "default";
--
1.9.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 5/7] ARM: shmobile: koelsch dts: Replace status value "ok" by "okay"
[not found] ` <1418124305-7445-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
@ 2014-12-09 11:25 ` Geert Uytterhoeven
0 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2014-12-09 11:25 UTC (permalink / raw)
To: Simon Horman, Magnus Damm
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-sh-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
Geert Uytterhoeven
While the DT parsing code recognizes "ok" as a valid value for the
"status" property, ePAPR v1.1 doesn't mention it in the list of valid
values.
Signed-off-by: Geert Uytterhoeven <geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
---
arch/arm/boot/dts/r8a7791-koelsch.dts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index a400c27a813f1a8b..18b8bff5d2e67421 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -366,7 +366,7 @@
phy-handle = <&phy1>;
renesas,ether-link-active-low;
- status = "ok";
+ status = "okay";
phy1: ethernet-phy@1 {
reg = <1>;
@@ -377,7 +377,7 @@
};
&cmt0 {
- status = "ok";
+ status = "okay";
};
&sata0 {
@@ -570,7 +570,7 @@
/* composite video input */
&vin1 {
- status = "ok";
+ status = "okay";
pinctrl-0 = <&vin1_pins>;
pinctrl-names = "default";
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 6/7] ARM: shmobile: alt dts: Replace status value "ok" by "okay"
2014-12-09 11:24 [PATCH 1/7] ARM: shmobile: genmai dts: Replace status value "ok" by "okay" Geert Uytterhoeven
` (3 preceding siblings ...)
[not found] ` <1418124305-7445-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
@ 2014-12-09 11:25 ` Geert Uytterhoeven
2014-12-09 11:25 ` [PATCH 7/7] ARM: shmobile: kzm9g-reference " Geert Uytterhoeven
2014-12-10 0:30 ` [PATCH 1/7] ARM: shmobile: genmai " Simon Horman
6 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2014-12-09 11:25 UTC (permalink / raw)
To: Simon Horman, Magnus Damm
Cc: devicetree, linux-sh, linux-arm-kernel, Geert Uytterhoeven
While the DT parsing code recognizes "ok" as a valid value for the
"status" property, ePAPR v1.1 doesn't mention it in the list of valid
values.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/boot/dts/r8a7794-alt.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm/boot/dts/r8a7794-alt.dts b/arch/arm/boot/dts/r8a7794-alt.dts
index f2cf7576bf3f5a0b..0d848e60507172ef 100644
--- a/arch/arm/boot/dts/r8a7794-alt.dts
+++ b/arch/arm/boot/dts/r8a7794-alt.dts
@@ -40,9 +40,9 @@
};
&cmt0 {
- status = "ok";
+ status = "okay";
};
&scif2 {
- status = "ok";
+ status = "okay";
};
--
1.9.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 7/7] ARM: shmobile: kzm9g-reference dts: Replace status value "ok" by "okay"
2014-12-09 11:24 [PATCH 1/7] ARM: shmobile: genmai dts: Replace status value "ok" by "okay" Geert Uytterhoeven
` (4 preceding siblings ...)
2014-12-09 11:25 ` [PATCH 6/7] ARM: shmobile: alt " Geert Uytterhoeven
@ 2014-12-09 11:25 ` Geert Uytterhoeven
2014-12-10 0:30 ` [PATCH 1/7] ARM: shmobile: genmai " Simon Horman
6 siblings, 0 replies; 8+ messages in thread
From: Geert Uytterhoeven @ 2014-12-09 11:25 UTC (permalink / raw)
To: Simon Horman, Magnus Damm
Cc: devicetree, linux-sh, linux-arm-kernel, Geert Uytterhoeven
While the DT parsing code recognizes "ok" as a valid value for the
"status" property, ePAPR v1.1 doesn't mention it in the list of valid
values.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
arch/arm/boot/dts/sh73a0-kzm9g-reference.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
index 939be1299ca6ca34..863dc4c7d7f67762 100644
--- a/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
+++ b/arch/arm/boot/dts/sh73a0-kzm9g-reference.dts
@@ -179,7 +179,7 @@
};
&cmt1 {
- status = "ok";
+ status = "okay";
};
&i2c0 {
--
1.9.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 1/7] ARM: shmobile: genmai dts: Replace status value "ok" by "okay"
2014-12-09 11:24 [PATCH 1/7] ARM: shmobile: genmai dts: Replace status value "ok" by "okay" Geert Uytterhoeven
` (5 preceding siblings ...)
2014-12-09 11:25 ` [PATCH 7/7] ARM: shmobile: kzm9g-reference " Geert Uytterhoeven
@ 2014-12-10 0:30 ` Simon Horman
6 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2014-12-10 0:30 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Magnus Damm, devicetree, linux-sh, linux-arm-kernel
On Tue, Dec 09, 2014 at 12:24:59PM +0100, Geert Uytterhoeven wrote:
> While the DT parsing code recognizes "ok" as a valid value for the
> "status" property, ePAPR v1.1 doesn't mention it in the list of valid
> values.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Thanks, I have queued up this and the other 6 patches.
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-12-10 0:30 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-09 11:24 [PATCH 1/7] ARM: shmobile: genmai dts: Replace status value "ok" by "okay" Geert Uytterhoeven
2014-12-09 11:25 ` [PATCH 2/7] ARM: shmobile: armadillo800eva " Geert Uytterhoeven
2014-12-09 11:25 ` [PATCH 3/7] ARM: shmobile: lager " Geert Uytterhoeven
2014-12-09 11:25 ` [PATCH 4/7] ARM: shmobile: henninger " Geert Uytterhoeven
[not found] ` <1418124305-7445-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2014-12-09 11:25 ` [PATCH 5/7] ARM: shmobile: koelsch " Geert Uytterhoeven
2014-12-09 11:25 ` [PATCH 6/7] ARM: shmobile: alt " Geert Uytterhoeven
2014-12-09 11:25 ` [PATCH 7/7] ARM: shmobile: kzm9g-reference " Geert Uytterhoeven
2014-12-10 0:30 ` [PATCH 1/7] ARM: shmobile: genmai " Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).