rockchip: rock2: dts: use status = "okay" not ok
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Sun, 28 Feb 2016 21:25:03 +0000 (22:25 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 27 May 2016 15:00:48 +0000 (09:00 -0600)
u-boot only recognize okay to enable a node (Linux seems to be more
lenient here). So use okay instead.

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/dts/rk3288-rock2-square.dts

index 8d7446fd5d63b46ad7db451be89acd07da42eab9..34073c94050e57633ac3b8dd6501af766c567a62 100644 (file)
 };
 
 &gmac {
-       status = "ok";
+       status = "okay";
 };
 
 &hdmi {