linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: ti: use "okay" for status
@ 2023-01-27 10:18 Krzysztof Kozlowski
  2023-01-27 13:12 ` Bartosz Golaszewski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-27 10:18 UTC (permalink / raw)
  To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
	Nishanth Menon, Santosh Shilimkar, linux-arm-kernel, devicetree,
	linux-kernel
  Cc: Krzysztof Kozlowski

"okay" over "ok" is preferred for status property.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/da850-evm.dts         | 2 +-
 arch/arm/boot/dts/keystone-k2e-evm.dts  | 2 +-
 arch/arm/boot/dts/keystone-k2g-evm.dts  | 2 +-
 arch/arm/boot/dts/keystone-k2hk-evm.dts | 2 +-
 arch/arm/boot/dts/keystone-k2l-evm.dts  | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts
index 1fdd9a249165..0ca849885d1f 100644
--- a/arch/arm/boot/dts/da850-evm.dts
+++ b/arch/arm/boot/dts/da850-evm.dts
@@ -415,7 +415,7 @@ &edma1 {
 &aemif {
 	pinctrl-names = "default";
 	pinctrl-0 = <&nand_pins>;
-	status = "ok";
+	status = "okay";
 	cs3 {
 		#address-cells = <2>;
 		#size-cells = <1>;
diff --git a/arch/arm/boot/dts/keystone-k2e-evm.dts b/arch/arm/boot/dts/keystone-k2e-evm.dts
index 5d6d074011df..abd5aef8b87d 100644
--- a/arch/arm/boot/dts/keystone-k2e-evm.dts
+++ b/arch/arm/boot/dts/keystone-k2e-evm.dts
@@ -159,7 +159,7 @@ partition@1 {
 };
 
 &mdio {
-	status = "ok";
+	status = "okay";
 	ethphy0: ethernet-phy@0 {
 		compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22";
 		reg = <0>;
diff --git a/arch/arm/boot/dts/keystone-k2g-evm.dts b/arch/arm/boot/dts/keystone-k2g-evm.dts
index 88be868cf71e..3a87b7943c70 100644
--- a/arch/arm/boot/dts/keystone-k2g-evm.dts
+++ b/arch/arm/boot/dts/keystone-k2g-evm.dts
@@ -534,7 +534,7 @@ tlv320aic3106: tlv320aic3106@1b {
 &dss {
 	pinctrl-names = "default";
 	pinctrl-0 = <&vout_pins>;
-	status = "ok";
+	status = "okay";
 
 	port {
 		dpi_out: endpoint {
diff --git a/arch/arm/boot/dts/keystone-k2hk-evm.dts b/arch/arm/boot/dts/keystone-k2hk-evm.dts
index 4352397b4f52..1f762af6f502 100644
--- a/arch/arm/boot/dts/keystone-k2hk-evm.dts
+++ b/arch/arm/boot/dts/keystone-k2hk-evm.dts
@@ -183,7 +183,7 @@ partition@1 {
 };
 
 &mdio {
-	status = "ok";
+	status = "okay";
 	ethphy0: ethernet-phy@0 {
 		compatible = "marvell,88E1111", "ethernet-phy-ieee802.3-c22";
 		reg = <0>;
diff --git a/arch/arm/boot/dts/keystone-k2l-evm.dts b/arch/arm/boot/dts/keystone-k2l-evm.dts
index 1c880cf8fa91..3a69f65de81e 100644
--- a/arch/arm/boot/dts/keystone-k2l-evm.dts
+++ b/arch/arm/boot/dts/keystone-k2l-evm.dts
@@ -132,7 +132,7 @@ partition@1 {
 };
 
 &mdio {
-	status = "ok";
+	status = "okay";
 	ethphy0: ethernet-phy@0 {
 		compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22";
 		reg = <0>;
-- 
2.34.1


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

* Re: [PATCH] ARM: dts: ti: use "okay" for status
  2023-01-27 10:18 [PATCH] ARM: dts: ti: use "okay" for status Krzysztof Kozlowski
@ 2023-01-27 13:12 ` Bartosz Golaszewski
  2023-01-30  3:15 ` Nishanth Menon
  2023-03-12 17:21 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Bartosz Golaszewski @ 2023-01-27 13:12 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, Krzysztof Kozlowski, Nishanth Menon,
	Santosh Shilimkar, linux-arm-kernel, devicetree, linux-kernel

On Fri, Jan 27, 2023 at 11:18 AM Krzysztof Kozlowski
<krzysztof.kozlowski@linaro.org> wrote:
>
> "okay" over "ok" is preferred for status property.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  arch/arm/boot/dts/da850-evm.dts         | 2 +-
>  arch/arm/boot/dts/keystone-k2e-evm.dts  | 2 +-
>  arch/arm/boot/dts/keystone-k2g-evm.dts  | 2 +-
>  arch/arm/boot/dts/keystone-k2hk-evm.dts | 2 +-
>  arch/arm/boot/dts/keystone-k2l-evm.dts  | 2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts
> index 1fdd9a249165..0ca849885d1f 100644
> --- a/arch/arm/boot/dts/da850-evm.dts
> +++ b/arch/arm/boot/dts/da850-evm.dts
> @@ -415,7 +415,7 @@ &edma1 {
>  &aemif {
>         pinctrl-names = "default";
>         pinctrl-0 = <&nand_pins>;
> -       status = "ok";
> +       status = "okay";
>         cs3 {
>                 #address-cells = <2>;
>                 #size-cells = <1>;

For DaVinci:

Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

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

* Re: [PATCH] ARM: dts: ti: use "okay" for status
  2023-01-27 10:18 [PATCH] ARM: dts: ti: use "okay" for status Krzysztof Kozlowski
  2023-01-27 13:12 ` Bartosz Golaszewski
@ 2023-01-30  3:15 ` Nishanth Menon
  2023-03-12 17:21 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Nishanth Menon @ 2023-01-30  3:15 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
	Santosh Shilimkar, linux-arm-kernel, devicetree, linux-kernel

On 11:18-20230127, Krzysztof Kozlowski wrote:
> "okay" over "ok" is preferred for status property.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
>  arch/arm/boot/dts/da850-evm.dts         | 2 +-
>  arch/arm/boot/dts/keystone-k2e-evm.dts  | 2 +-
>  arch/arm/boot/dts/keystone-k2g-evm.dts  | 2 +-
>  arch/arm/boot/dts/keystone-k2hk-evm.dts | 2 +-
>  arch/arm/boot/dts/keystone-k2l-evm.dts  | 2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
> 

[...]

> diff --git a/arch/arm/boot/dts/keystone-k2e-evm.dts b/arch/arm/boot/dts/keystone-k2e-evm.dts
> index 5d6d074011df..abd5aef8b87d 100644
> --- a/arch/arm/boot/dts/keystone-k2e-evm.dts
> +++ b/arch/arm/boot/dts/keystone-k2e-evm.dts
> @@ -159,7 +159,7 @@ partition@1 {
>  };
>  
>  &mdio {
> -	status = "ok";
> +	status = "okay";
>  	ethphy0: ethernet-phy@0 {
>  		compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22";
>  		reg = <0>;
> diff --git a/arch/arm/boot/dts/keystone-k2g-evm.dts b/arch/arm/boot/dts/keystone-k2g-evm.dts
> index 88be868cf71e..3a87b7943c70 100644
> --- a/arch/arm/boot/dts/keystone-k2g-evm.dts
> +++ b/arch/arm/boot/dts/keystone-k2g-evm.dts
> @@ -534,7 +534,7 @@ tlv320aic3106: tlv320aic3106@1b {
>  &dss {
>  	pinctrl-names = "default";
>  	pinctrl-0 = <&vout_pins>;
> -	status = "ok";
> +	status = "okay";
>  
>  	port {
>  		dpi_out: endpoint {
> diff --git a/arch/arm/boot/dts/keystone-k2hk-evm.dts b/arch/arm/boot/dts/keystone-k2hk-evm.dts
> index 4352397b4f52..1f762af6f502 100644
> --- a/arch/arm/boot/dts/keystone-k2hk-evm.dts
> +++ b/arch/arm/boot/dts/keystone-k2hk-evm.dts
> @@ -183,7 +183,7 @@ partition@1 {
>  };
>  
>  &mdio {
> -	status = "ok";
> +	status = "okay";
>  	ethphy0: ethernet-phy@0 {
>  		compatible = "marvell,88E1111", "ethernet-phy-ieee802.3-c22";
>  		reg = <0>;
> diff --git a/arch/arm/boot/dts/keystone-k2l-evm.dts b/arch/arm/boot/dts/keystone-k2l-evm.dts
> index 1c880cf8fa91..3a69f65de81e 100644
> --- a/arch/arm/boot/dts/keystone-k2l-evm.dts
> +++ b/arch/arm/boot/dts/keystone-k2l-evm.dts
> @@ -132,7 +132,7 @@ partition@1 {
>  };
>  
>  &mdio {
> -	status = "ok";
> +	status = "okay";
>  	ethphy0: ethernet-phy@0 {
>  		compatible = "marvell,88E1514", "marvell,88E1510", "ethernet-phy-ieee802.3-c22";
>  		reg = <0>;
> -- 
> 2.34.1
> 

For keystone:
Acked-by: Nishanth Menon <nm@ti.com>

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

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

* Re: [PATCH] ARM: dts: ti: use "okay" for status
  2023-01-27 10:18 [PATCH] ARM: dts: ti: use "okay" for status Krzysztof Kozlowski
  2023-01-27 13:12 ` Bartosz Golaszewski
  2023-01-30  3:15 ` Nishanth Menon
@ 2023-03-12 17:21 ` Krzysztof Kozlowski
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-12 17:21 UTC (permalink / raw)
  To: Bartosz Golaszewski, Krzysztof Kozlowski, Santosh Shilimkar,
	Krzysztof Kozlowski, Nishanth Menon, Rob Herring, linux-kernel,
	linux-arm-kernel, devicetree

On Fri, 27 Jan 2023 11:18:36 +0100, Krzysztof Kozlowski wrote:
> "okay" over "ok" is preferred for status property.
> 
> 

Applied, thanks!
(Patch was waiting for quite a long on the lists, let me know if anyone wants
to pick it up instead)

[1/1] ARM: dts: ti: use "okay" for status
      https://git.kernel.org/krzk/linux-dt/c/1792375be092b4d9da34b43240319264363540dc

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

end of thread, other threads:[~2023-03-12 17:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-27 10:18 [PATCH] ARM: dts: ti: use "okay" for status Krzysztof Kozlowski
2023-01-27 13:12 ` Bartosz Golaszewski
2023-01-30  3:15 ` Nishanth Menon
2023-03-12 17:21 ` Krzysztof Kozlowski

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).