diff options
| author | Sjoerd Simons <[email protected]> | 2016-02-28 22:25:03 +0100 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2016-05-27 09:00:48 -0600 |
| commit | 2ed6dc83380ea2f49ec09556c14c6eddd3f5c27a (patch) | |
| tree | 8bce817de723969474c1b15a742ee8c37821f926 | |
| 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 <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
| -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 8d7446fd5d6..34073c94050 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 { |
