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:
Sugar Zhang
2020-03-25 20:56:20 +08:00
committed by Tao Huang
parent 566e15f19e
commit 4eb8ea48c4
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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