ARM: dts: qcom: use "okay" for status
"okay" over "ok" is preferred: serial@f991f000: status:0: 'ok' is not one of ['okay', 'disabled', 'reserved'] Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20230127095319.64560-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
157178a791
commit
8676ff664b
|
@ -20,5 +20,5 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&blsp1_uart3 {
|
&blsp1_uart3 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
@ -233,7 +233,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&blsp1_uart3 {
|
&blsp1_uart3 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&ipa {
|
&ipa {
|
||||||
|
@ -243,11 +243,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&qpic_bam {
|
&qpic_bam {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&qpic_nand {
|
&qpic_nand {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
nand@0 {
|
nand@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
|
@ -233,7 +233,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&blsp1_uart3 {
|
&blsp1_uart3 {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&ipa {
|
&ipa {
|
||||||
|
@ -258,11 +258,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&qpic_bam {
|
&qpic_bam {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
&qpic_nand {
|
&qpic_nand {
|
||||||
status = "ok";
|
status = "okay";
|
||||||
|
|
||||||
nand@0 {
|
nand@0 {
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
|
|
Loading…
Reference in New Issue