mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
dts: rockchip: add tune_regsbase for mmc
Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user