mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 18:40:25 -04:00
arm64: dts: uniphier: Add syscon-uhs-mode to SD node
Add sociopnext,syscon-uhs-mode prpperty to the SD node to refer the handle of the control logic node. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Link: https://lore.kernel.org/r/20230207023514.29783-9-hayashi.kunihiko@socionext.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
committed by
Arnd Bergmann
parent
f4d624a174
commit
a8d3f2d9d2
@@ -548,7 +548,7 @@ smpctrl@59801000 {
|
||||
reg = <0x59801000 0x400>;
|
||||
};
|
||||
|
||||
syscon@59810000 {
|
||||
sdctrl: syscon@59810000 {
|
||||
compatible = "socionext,uniphier-ld20-sdctrl",
|
||||
"simple-mfd", "syscon";
|
||||
reg = <0x59810000 0x400>;
|
||||
@@ -611,6 +611,7 @@ sd: mmc@5a400000 {
|
||||
resets = <&sd_rst 0>;
|
||||
bus-width = <4>;
|
||||
cap-sd-highspeed;
|
||||
socionext,syscon-uhs-mode = <&sdctrl 0>;
|
||||
};
|
||||
|
||||
soc_glue: syscon@5f800000 {
|
||||
|
||||
@@ -370,7 +370,7 @@ smpctrl@59801000 {
|
||||
reg = <0x59801000 0x400>;
|
||||
};
|
||||
|
||||
syscon@59810000 {
|
||||
sdctrl: syscon@59810000 {
|
||||
compatible = "socionext,uniphier-pxs3-sdctrl",
|
||||
"simple-mfd", "syscon";
|
||||
reg = <0x59810000 0x400>;
|
||||
@@ -437,6 +437,7 @@ sd: mmc@5a400000 {
|
||||
sd-uhs-sdr12;
|
||||
sd-uhs-sdr25;
|
||||
sd-uhs-sdr50;
|
||||
socionext,syscon-uhs-mode = <&sdctrl 0>;
|
||||
};
|
||||
|
||||
soc_glue: syscon@5f800000 {
|
||||
|
||||
Reference in New Issue
Block a user