diff options
author | Simon Glass <sjg@chromium.org> | 2016-07-04 11:58:25 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-07-14 20:40:24 -0600 |
commit | 9ca7e6720e96e82be1de9ec0ba6bac9f1beeb02f (patch) | |
tree | 088e35a23aeea3c95d824b96f70c4c6775c1cb1a /arch/arm/dts | |
parent | 2fc24d5335a35a4880fdc04cf4d45754d29cd415 (diff) | |
download | u-boot-imx-9ca7e6720e96e82be1de9ec0ba6bac9f1beeb02f.zip u-boot-imx-9ca7e6720e96e82be1de9ec0ba6bac9f1beeb02f.tar.gz u-boot-imx-9ca7e6720e96e82be1de9ec0ba6bac9f1beeb02f.tar.bz2 |
rockchip: Update the sdram-channel property to support of-platdata
Add an extra byte so that this data is not byteswapped. Add a comment to
the code to explain the purpose.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/rk3288-firefly.dts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/rk3288-firefly.dts b/arch/arm/dts/rk3288-firefly.dts index aed8d3a..3176d50 100644 --- a/arch/arm/dts/rk3288-firefly.dts +++ b/arch/arm/dts/rk3288-firefly.dts @@ -30,7 +30,8 @@ 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>; + /* Add a dummy value to cause of-platdata think this is bytes */ + rockchip,sdram-channel = /bits/ 8 <0x1 0xa 0x3 0x2 0x1 0x0 0xf 0xf 0xff>; rockchip,sdram-params = <0x30B25564 0x627 3 666000000 3 9 1>; }; |