linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: hisilicon: use "okay" for status
@ 2023-01-27 10:18 Krzysztof Kozlowski
  2023-03-12 17:21 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-27 10:18 UTC (permalink / raw)
  To: Wei Xu, Rob Herring, Krzysztof Kozlowski, 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/hi3620-hi4511.dts | 12 ++++++------
 arch/arm/boot/dts/hip04-d01.dts     |  2 +-
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/arch/arm/boot/dts/hi3620-hi4511.dts b/arch/arm/boot/dts/hi3620-hi4511.dts
index ce356c469e1e..d7f5daecc9dc 100644
--- a/arch/arm/boot/dts/hi3620-hi4511.dts
+++ b/arch/arm/boot/dts/hi3620-hi4511.dts
@@ -24,42 +24,42 @@ memory@40000000 {
 
 	amba-bus {
 		dual_timer0: dual_timer@800000 {
-			status = "ok";
+			status = "okay";
 		};
 
 		uart0: serial@b00000 {	/* console */
 			pinctrl-names = "default", "sleep";
 			pinctrl-0 = <&uart0_pmx_func &uart0_cfg_func>;
 			pinctrl-1 = <&uart0_pmx_idle &uart0_cfg_idle>;
-			status = "ok";
+			status = "okay";
 		};
 
 		uart1: serial@b01000 { /* modem */
 			pinctrl-names = "default", "sleep";
 			pinctrl-0 = <&uart1_pmx_func &uart1_cfg_func>;
 			pinctrl-1 = <&uart1_pmx_idle &uart1_cfg_idle>;
-			status = "ok";
+			status = "okay";
 		};
 
 		uart2: serial@b02000 { /* audience */
 			pinctrl-names = "default", "sleep";
 			pinctrl-0 = <&uart2_pmx_func &uart2_cfg_func>;
 			pinctrl-1 = <&uart2_pmx_idle &uart2_cfg_idle>;
-			status = "ok";
+			status = "okay";
 		};
 
 		uart3: serial@b03000 {
 			pinctrl-names = "default", "sleep";
 			pinctrl-0 = <&uart3_pmx_func &uart3_cfg_func>;
 			pinctrl-1 = <&uart3_pmx_idle &uart3_cfg_idle>;
-			status = "ok";
+			status = "okay";
 		};
 
 		uart4: serial@b04000 {
 			pinctrl-names = "default", "sleep";
 			pinctrl-0 = <&uart4_pmx_func &uart4_cfg_func>;
 			pinctrl-1 = <&uart4_pmx_idle &uart4_cfg_func>;
-			status = "ok";
+			status = "okay";
 		};
 
 		pmx0: pinmux@803000 {
diff --git a/arch/arm/boot/dts/hip04-d01.dts b/arch/arm/boot/dts/hip04-d01.dts
index f5691dbc26d2..0210064bf6a5 100644
--- a/arch/arm/boot/dts/hip04-d01.dts
+++ b/arch/arm/boot/dts/hip04-d01.dts
@@ -23,7 +23,7 @@ memory@0,10000000 {
 
 	soc {
 		uart0: serial@4007000 {
-			status = "ok";
+			status = "okay";
 		};
 	};
 };
-- 
2.34.1


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

* Re: [PATCH] ARM: dts: hisilicon: use "okay" for status
  2023-01-27 10:18 [PATCH] ARM: dts: hisilicon: use "okay" for status Krzysztof Kozlowski
@ 2023-03-12 17:21 ` Krzysztof Kozlowski
  2023-03-13  0:59   ` Wei Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-03-12 17:21 UTC (permalink / raw)
  To: Wei Xu, Krzysztof Kozlowski, Krzysztof Kozlowski, Rob Herring,
	linux-kernel, linux-arm-kernel, devicetree

On Fri, 27 Jan 2023 11:18:34 +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: hisilicon: use "okay" for status
      https://git.kernel.org/krzk/linux-dt/c/aff750faa5ac699df7ade5a31b6ba52ab1072d8a

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

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

* Re: [PATCH] ARM: dts: hisilicon: use "okay" for status
  2023-03-12 17:21 ` Krzysztof Kozlowski
@ 2023-03-13  0:59   ` Wei Xu
  0 siblings, 0 replies; 3+ messages in thread
From: Wei Xu @ 2023-03-13  0:59 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Krzysztof Kozlowski, Rob Herring,
	linux-kernel, linux-arm-kernel, devicetree

Hi Krzysztof,

On 2023/3/13 1:21, Krzysztof Kozlowski wrote:
> On Fri, 27 Jan 2023 11:18:34 +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: hisilicon: use "okay" for status
>       https://git.kernel.org/krzk/linux-dt/c/aff750faa5ac699df7ade5a31b6ba52ab1072d8a
> 
> Best regards,
> 

Thanks!

Best Regards,
Wei

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

end of thread, other threads:[~2023-03-13  1:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-27 10:18 [PATCH] ARM: dts: hisilicon: use "okay" for status Krzysztof Kozlowski
2023-03-12 17:21 ` Krzysztof Kozlowski
2023-03-13  0:59   ` Wei Xu

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