2023-01-27 10:18:57

by Krzysztof Kozlowski

[permalink] [raw]
Subject: [PATCH] ARM: dts: hisilicon: use "okay" for status

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

Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
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



2023-03-12 17:21:35

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: hisilicon: use "okay" for status

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 <[email protected]>

2023-03-13 01:20:28

by Wei Xu

[permalink] [raw]
Subject: Re: [PATCH] ARM: dts: hisilicon: use "okay" for status

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