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:
Jianlong Wang
2023-04-11 11:20:04 +08:00
committed by Tao Huang
parent 97d83f7f20
commit e0b16c2ae2
3 changed files with 7 additions and 3 deletions

View File

@@ -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";
};
};

View File

@@ -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 {

View File

@@ -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";