diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2016-10-07 09:47:59 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-10-30 19:29:06 (GMT) |
commit | 612a2a0af41786e7506c58e4eefa3afa520d1970 (patch) | |
tree | 11d5b9eee44da0edb7c52d1434b5b4a663059c71 /arch/arm/dts/rk3288-miniarm.dts | |
parent | 7d6c78f5731e71c7619c621c4c7e30c56f0fd9bf (diff) | |
download | u-boot-fsl-qoriq-612a2a0af41786e7506c58e4eefa3afa520d1970.tar.xz |
dts: rk3288: remove node in dmc which not need anymore
Since we implement the dram capacity auto detect, we don't
need to set the channel number and sdram-channel in dts.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Tested-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'arch/arm/dts/rk3288-miniarm.dts')
-rw-r--r-- | arch/arm/dts/rk3288-miniarm.dts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/dts/rk3288-miniarm.dts b/arch/arm/dts/rk3288-miniarm.dts index c741082..9083028 100644 --- a/arch/arm/dts/rk3288-miniarm.dts +++ b/arch/arm/dts/rk3288-miniarm.dts @@ -17,7 +17,6 @@ }; &dmc { - rockchip,num-channels = <2>; rockchip,pctl-timing = <0x29a 0xc8 0x1f8 0x42 0x4e 0x4 0xea 0xa 0x5 0x0 0xa 0x7 0x19 0x24 0xa 0x7 0x5 0xa 0x5 0x200 0x5 0x10 0x40 0x0 @@ -25,8 +24,6 @@ 0x5 0x0>; rockchip,phy-timing = <0x48f9aab4 0xea0910 0x1002c200 0xa60 0x40 0x10 0x0>; - /* 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>; }; |