diff options
author | jk.kernel@gmail.com <jk.kernel@gmail.com> | 2016-07-26 10:28:21 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-31 13:24:20 (GMT) |
commit | 8a632ac135fbdc89c70de86137a3bc0632b7032b (patch) | |
tree | db086101f1b1d7bcb700a224f9c8c2ae6868f9e2 /arch/arm | |
parent | 2b51784aef46523ed70916b09de125bc5fbefa25 (diff) | |
download | u-boot-fsl-qoriq-8a632ac135fbdc89c70de86137a3bc0632b7032b.tar.xz |
rockchip: add a dummy byte for the sdram-channel property
Add an extra byte so that this data is not byteswapped.
Signed-off-by: Ziyuan Xu <jk.kernel@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/rk3288-evb.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3288-evb.dts b/arch/arm/dts/rk3288-evb.dts index caf24ee..3e1ee58 100644 --- a/arch/arm/dts/rk3288-evb.dts +++ b/arch/arm/dts/rk3288-evb.dts @@ -25,7 +25,8 @@ 0x8 0x1f4>; rockchip,phy-timing = <0x48d7dd93 0x187008d8 0x121076 0x0 0xc3 0x6 0x2>; - rockchip,sdram-channel = /bits/ 8 <0x2 0xa 0x3 0x2 0x2 0x0 0xe 0xe>; + /* Add a dummy value to cause of-platdata think this is bytes */ + rockchip,sdram-channel = /bits/ 8 <0x2 0xa 0x3 0x2 0x2 0x0 0xe 0xe 0xff>; rockchip,sdram-params = <0x20d266a4 0x5b6 2 533000000 6 9 0>; }; |