Commit 5d00306e authored by Adrian Schmutzler's avatar Adrian Schmutzler Committed by Florian Fainelli
Browse files

ARM: dts: NSP: replace status value "ok" by "okay"



While the DT parser recognizes "ok" as a valid value for the
"status" property, it is actually mentioned nowhere. Use the
proper value "okay" instead, as done in the majority of files
already.

Signed-off-by: default avatarAdrian Schmutzler <freifunk@adrianschmutzler.de>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent ec88a9c3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -196,7 +196,7 @@ &sata {
};

&sdio {
	status = "ok";
	status = "okay";
};

&uart0 {
+1 −1
Original line number Diff line number Diff line
@@ -208,7 +208,7 @@ &sata {
&sdio {
	bus-width = <4>;
	no-1-8-v;
	status = "ok";
	status = "okay";
};

&srab {