diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2016-02-28 22:25:03 +0100 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-05-27 09:00:48 -0600 |
commit | 2ed6dc83380ea2f49ec09556c14c6eddd3f5c27a (patch) | |
tree | 8bce817de723969474c1b15a742ee8c37821f926 /arch/arm | |
parent | 1c09a7fb9831278849eae4dfb153ddd570eb8c4c (diff) |
rockchip: rock2: dts: use status = "okay" not ok
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/rk3288-rock2-square.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3288-rock2-square.dts b/arch/arm/dts/rk3288-rock2-square.dts index 8d7446fd5d..34073c9405 100644 --- a/arch/arm/dts/rk3288-rock2-square.dts +++ b/arch/arm/dts/rk3288-rock2-square.dts @@ -111,7 +111,7 @@ }; &gmac { - status = "ok"; + status = "okay"; }; &hdmi { |