arm64: dts: rockchip: mount /root read-write on boot for rk3326-linux

fixup mount error on debian:
[    1.990120 ] EXT4-fs (mmcblk1p8): mounted filesystem with ordered
data mode. Opts: (null)
[    1.990932 ] VFS: Mounted root (ext4 filesystem) readonly on device
179:8.

Change-Id: I58cc93c9ce9ba964d75c97298b75a4786812dab9
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
This commit is contained in:
Ziyuan Xu
2019-04-19 10:27:51 +08:00
committed by Tao Huang
parent 8d8ab95071
commit 775619f162
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
compatible = "rockchip,rk3326-evb-lp3-v10-linux", "rockchip,rk3326";
chosen {
bootargs = "earlycon=uart8250,mmio32,0xff160000 swiotlb=1 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
bootargs = "earlycon=uart8250,mmio32,0xff160000 swiotlb=1 console=ttyFIQ0 rw root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
};
adc-keys {

View File

@@ -44,7 +44,7 @@
compatible = "rockchip,linux", "rockchip,rk3326";
chosen {
bootargs = "earlycon=uart8250,mmio32,0xff160000 swiotlb=1 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootwait";
bootargs = "earlycon=uart8250,mmio32,0xff160000 swiotlb=1 console=ttyFIQ0 rw root=PARTUUID=614e0000-0000 rootwait";
};
fiq-debugger {