dts: rockchip: add tune_regsbase for mmc

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
Shawn Lin
2015-06-08 17:25:57 +08:00
parent d942ab87ac
commit eaa5cd4147
2 changed files with 6 additions and 0 deletions

View File

@@ -287,6 +287,7 @@
num-slots = <1>;
fifo-depth = <0x100>;
bus-width = <8>;
tune_regsbase = <0x218>;
};
sdmmc: rksdmmc@ff0c0000 {
@@ -304,6 +305,7 @@
num-slots = <1>;
fifo-depth = <0x100>;
bus-width = <4>;
tune_regsbase = <0x200>;
};
sdio: rksdmmc@ff0d0000 {
@@ -321,6 +323,7 @@
num-slots = <1>;
fifo-depth = <0x100>;
bus-width = <4>;
tune_regsbase = <0x208>;
};
sdio1: rksdmmc@ff0e0000 {

View File

@@ -397,6 +397,7 @@
num-slots = <1>;
fifo-depth = <0x100>;
bus-width = <8>;
tune_regsbase = <0x418>;
};
sdmmc: rksdmmc@ff0c0000 {
@@ -416,6 +417,7 @@
num-slots = <1>;
fifo-depth = <0x100>;
bus-width = <4>;
tune_regsbase = <0x400>;
};
sdio: rksdmmc@ff0d0000 {
@@ -433,6 +435,7 @@
num-slots = <1>;
fifo-depth = <0x100>;
bus-width = <4>;
tune_regsbase = <0x408>;
};
spi0: spi@ff110000 {