mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
ARM: dts: rockchip: fix aloop card index to 7 for rv11xx evb
This patch fix the aloop card index to 7, and leave the card 0 place for hw snd card. Change-Id: I211227ad7ea495cb124b00bec9eee5039f1e1a1d Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com>
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
compatible = "rockchip,rv1109-evb-ddr3-v10", "rockchip,rv1109";
|
||||
|
||||
chosen {
|
||||
bootargs = "clk_ignore_unused earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
|
||||
bootargs = "clk_ignore_unused earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait snd_aloop.index=7";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
compatible = "rockchip,rv1109-evb-lp3-v10", "rockchip,rv1109";
|
||||
|
||||
chosen {
|
||||
bootargs = "clk_ignore_unused earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
|
||||
bootargs = "clk_ignore_unused earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait snd_aloop.index=7";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -12,6 +12,6 @@
|
||||
compatible = "rockchip,rv1126-evb-ddr3-v10", "rockchip,rv1126";
|
||||
|
||||
chosen {
|
||||
bootargs = "clk_ignore_unused earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
|
||||
bootargs = "clk_ignore_unused earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait snd_aloop.index=7";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
compatible = "rockchip,rv1126-evb-lp3-v10", "rockchip,rv1126";
|
||||
|
||||
chosen {
|
||||
bootargs = "clk_ignore_unused earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait";
|
||||
bootargs = "clk_ignore_unused earlycon=uart8250,mmio32,0xff570000 console=ttyFIQ0 root=PARTUUID=614e0000-0000 rootfstype=ext4 rootwait snd_aloop.index=7";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user