mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ARM: dts: rockchip: Fixes mmc_ecsd address for rv1126b-thunder-boot-emmc
Fixes: 327f216065 ("ARM: dts: rockchip: Add rv1126b-evb2-v10-tb-400w-spi-nor support")
Signed-off-by: Ziyuan Xu <xzy.xu@rock-chips.com>
Change-Id: Id10e07c350f146e5c75f4657e3fa2b491e8c417c
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
};
|
||||
|
||||
&reserved_memory {
|
||||
mmc_ecsd: mmc@47fffe00 {
|
||||
reg = <0x47fffe00 0x00001000>;
|
||||
mmc_ecsd: mmc@47fff000 {
|
||||
reg = <0x47fff000 0x00001000>;
|
||||
};
|
||||
|
||||
mmc_idmac: mmc@48000000 {
|
||||
|
||||
Reference in New Issue
Block a user