mirror of
https://github.com/54shady/kernel_drivers_examples.git
synced 2025-08-11 23:32:00 +00:00
rk3399 : add mmc and sd index
This commit is contained in:
@ -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
5
debug/mmc/README.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# SD/MMC
|
||||||
|
|
||||||
|
|内核中eMMC编号|内核中SD编号|uboot中eMMC编号|uboot中SD编号|
|
||||||
|
|--|--|--|--
|
||||||
|
|1(mmcblk1, mmc1)|0(mmcblk0, mmc0)|0|1
|
Reference in New Issue
Block a user