diff options
author | Sandy Patterson <apatterson@sightlogix.com> | 2016-07-28 09:49:01 -0400 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-08-05 17:56:07 -0600 |
commit | 2918d96728379b544fd8ba397cdeb47170dc38f8 (patch) | |
tree | 6c02e0103bc3dc7a279c7f80c2840c07c9bef484 /arch/arm | |
parent | d2d763fa837e7f1d769fd00bb730c3abc6650667 (diff) | |
download | u-boot-imx-2918d96728379b544fd8ba397cdeb47170dc38f8.zip u-boot-imx-2918d96728379b544fd8ba397cdeb47170dc38f8.tar.gz u-boot-imx-2918d96728379b544fd8ba397cdeb47170dc38f8.tar.bz2 |
rockchip: rockchip, sdram-channel 0xff fix remaining dts
Add an extra byte so that this data is not byteswapped.
Signed-off-by: Sandy Patterson <apatterson@sightlogix.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/rk3288-rock2-square.dts | 2 | ||||
-rw-r--r-- | arch/arm/dts/rk3288-veyron.dtsi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/rk3288-rock2-square.dts b/arch/arm/dts/rk3288-rock2-square.dts index 34073c9..2c30355 100644 --- a/arch/arm/dts/rk3288-rock2-square.dts +++ b/arch/arm/dts/rk3288-rock2-square.dts @@ -192,7 +192,7 @@ 0x5 0x0>; rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200 0xa60 0x40 0x10 0x0>; - rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xf 0xf>; + rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xf 0xf 0xff>; rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>; }; diff --git a/arch/arm/dts/rk3288-veyron.dtsi b/arch/arm/dts/rk3288-veyron.dtsi index 421d212..d9d5187 100644 --- a/arch/arm/dts/rk3288-veyron.dtsi +++ b/arch/arm/dts/rk3288-veyron.dtsi @@ -253,7 +253,7 @@ 0x5 0x0>; rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200 0xa60 0x40 0x10 0x0>; - rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xf 0xf>; + rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xf 0xf 0xff>; rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>; }; |