rk3399 : add mmc and sd index

This commit is contained in:
zeroway
2017-06-01 11:08:50 +00:00
parent 6c888ab192
commit 9541ec456f
2 changed files with 7 additions and 0 deletions

View File

@ -18,6 +18,8 @@
[Regmap 驱动实例](./debug/regmap) [Regmap 驱动实例](./debug/regmap)
[SD/MMC](./debug/mmc)
## Uboot中驱动开发 ## Uboot中驱动开发
[GPIO驱动](./uboot) [GPIO驱动](./uboot)

5
debug/mmc/README.md Normal file
View File

@ -0,0 +1,5 @@
# SD/MMC
|内核中eMMC编号|内核中SD编号|uboot中eMMC编号|uboot中SD编号|
|--|--|--|--
|1(mmcblk1, mmc1)|0(mmcblk0, mmc0)|0|1