ARM64: dts: rk3399-chrome: delete unused code in dts
authorCaesar Wang <wxt@rock-chips.com>
Thu, 7 Apr 2016 11:29:33 +0000 (19:29 +0800)
committerCaesar Wang <wxt@rock-chips.com>
Thu, 7 Apr 2016 13:49:29 +0000 (21:49 +0800)
We shouldn't need them in here if you are using the coreboot/firmware.
In general, the cmdline/memory/logic_center will be overwrited
since the coreboot will do that.

Change-Id: I3902ff4eb71891b5c6320bed4355992e699e4835
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
arch/arm64/boot/dts/rockchip/rk3399-chrome.dts

index f31ee1c929fab7d6f7cab1b95de867b4685bdd01..2e6c9d5704713988816d15aeee4d6ed30720b8c8 100644 (file)
        model = "Rockchip Chrome";
        compatible ="google,rk3399evb-rev2",  "google,rk3399evb-rev1", "google,rk3399evb-rev0", "rockchip,chrome", "rockchip,rk3399";
 
-       chosen {
-               bootargs = "rootwait cros_debug cros_secure ro root=/dev/mmcblk0p3 init=/sbin/init console=uart,mmio32,0xff1a0000";
-       };
-
-       memory@00000000 {
-               device_type = "memory";
-               reg = <0x0 0x00000000 0x0 0x20000000>;
-       };
+       /delete-node/ vdd-log;
+       /delete-node/ vdd-center;
 };
 
 &mipi_dsi {