ARM64: dts: rk3399-evb: disable dmc
authorJianqun Xu <jay.xu@rock-chips.com>
Tue, 20 Sep 2016 07:47:48 +0000 (15:47 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 20 Sep 2016 08:19:26 +0000 (16:19 +0800)
Since ddr initalize codes have some update, so ddr dmc driver
needs to update.

Disable the dmc currently for evb to boot success.

Change-Id: Ica259a81f5412da31d41b68c841dfda7d8c2e3b2
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-evb.dtsi

index 9f7f3b52687362fb75e1ab98414f8c82fc5016fe..9034f209e4d1677f36b8b7620530adfe724b1e4b 100644 (file)
 };
 
 &dfi {
-       status = "okay";
+//     status = "okay";
 };
 
 &dmc {
-       status = "okay";
+//     status = "okay";
        center-supply = <&vdd_center>;
        upthreshold = <60>;
        downdifferential = <40>;