mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
ARM64: dts: rk3399: remove clk_ignore_unused
Change-Id: I48874e2b82487d5e9ae6e83c954ea2bd06960c8f Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
5fba1fcf25
commit
bdbe26d286
@@ -48,7 +48,7 @@
|
||||
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 clk_ignore_unused";
|
||||
bootargs = "rootwait cros_debug cros_secure ro root=/dev/mmcblk0p3 init=/sbin/init console=uart,mmio32,0xff1a0000";
|
||||
};
|
||||
|
||||
memory@00000000 {
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
compatible = "rockchip,android", "rockchip,rk3399";
|
||||
|
||||
chosen {
|
||||
bootargs = "console=uart,mmio32,0xff1a0000 clk_ignore_unused";
|
||||
bootargs = "console=uart,mmio32,0xff1a0000";
|
||||
};
|
||||
|
||||
reserved-memory {
|
||||
|
||||
Reference in New Issue
Block a user