| 14:45 | vpeter> | jnettlet[m]: Do you know how to force mmc order on newer kernels like >4.9? I'm reading this http://lists.infradead.org/pipermail/linux-arm-kernel/2016-November/468104.html because I see boot device mmc1 and not mmc0 with 4.10 kernel (cuboxi). |
| 14:46 | jnettlet[m]> | vpeter: you can add aliases to the device-tree to change this. |
| 14:47 | vpeter> | I did that but doesn't work (for some reason). |
| 14:48 | vpeter> | One more try. |
| 14:57 | vpeter> | It doesn't work. In device tree I have |
| 14:57 | vpeter> | mmc0 = "/soc/aips-bus@02100000/usdhc@02194000";" |
| 14:57 | vpeter> | mmc1 = "/soc/aips-bus@02100000/usdhc@02190000"; |
| 14:57 | vpeter> | but dmesg shows |
| 14:57 | vpeter> | mmc0: SDHCI controller on 2190000.usdhc |
| 14:57 | vpeter> | mmc1: SDHCI controller on 2194000.usdhc |
| 15:24 | jnettlet[m]> | what is the patch you are using? |
| 15:27 | vpeter> | No patch because device tree already have mmc0 = &usdhc2; |
| 17:10 | jnettlet[m]> | but does it reassign mmc1? |