mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 02:50:49 +09:00
ARM: dts: rockchip: rk312x-evb: add tsadc and earlycon support
Change-Id: If75380c08add4ebefe6778bbde15d85dca5de7c9 Signed-off-by: Jianlong Wang <jianlong.wang@rock-chips.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "rk3126c-evb-ddr3-v10-linux.dts"
|
||||
/ {
|
||||
chosen {
|
||||
bootargs = "ubi.mtd=7 root=ubi0:rootfs rootfstype=ubifs";
|
||||
bootargs = "earlycon=uart8250,mmio32,0x20068000 console=ttyFIQ0 ubi.mtd=7 root=ubi0:rootfs rootfstype=ubifs";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
compatible = "rockchip,rk3126";
|
||||
|
||||
chosen {
|
||||
bootargs = "root=PARTUUID=614e0000-0000-4b53-8000-1d28000054a9 rootwait";
|
||||
bootargs = "earlycon=uart8250,mmio32,0x20068000 console=ttyFIQ0 root=PARTUUID=614e0000-0000-4b53-8000-1d28000054a9 rootwait";
|
||||
};
|
||||
|
||||
adc-keys {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
compatible = "rockchip,rk3128";
|
||||
|
||||
chosen {
|
||||
bootargs = "root=PARTUUID=614e0000-0000-4b53-8000-1d28000054a9 rootwait";
|
||||
bootargs = "earlycon=uart8250,mmio32,0x20068000 console=ttyFIQ0 root=PARTUUID=614e0000-0000-4b53-8000-1d28000054a9 rootwait";
|
||||
};
|
||||
|
||||
adc-keys {
|
||||
@@ -944,6 +944,10 @@
|
||||
#sound-dai-cells = <0>;
|
||||
};
|
||||
|
||||
&tsadc {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&u2phy {
|
||||
status = "okay";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user