Unverified Commit 1ae6e6bc authored by Kunihiko Hayashi's avatar Kunihiko Hayashi Committed by Arnd Bergmann
Browse files

ARM: 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: default avatarKunihiko Hayashi <hayashi.kunihiko@socionext.com>
Link: https://lore.kernel.org/r/20230207023514.29783-5-hayashi.kunihiko@socionext.com


Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 76b2cb8a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -241,7 +241,7 @@ smpctrl@59801000 {
			reg = <0x59801000 0x400>;
		};

		syscon@59810000 {
		mioctrl: syscon@59810000 {
			compatible = "socionext,uniphier-pro4-mioctrl",
				     "simple-mfd", "syscon";
			reg = <0x59810000 0x800>;
@@ -307,6 +307,7 @@ sd: mmc@5a400000 {
			sd-uhs-sdr12;
			sd-uhs-sdr25;
			sd-uhs-sdr50;
			socionext,syscon-uhs-mode = <&mioctrl 0>;
		};

		emmc: mmc@5a500000 {
+2 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ smpctrl@59801000 {
			reg = <0x59801000 0x400>;
		};

		syscon@59810000 {
		sdctrl: syscon@59810000 {
			compatible = "socionext,uniphier-pro5-sdctrl",
				     "simple-mfd", "syscon";
			reg = <0x59810000 0x400>;
@@ -699,6 +699,7 @@ sd: mmc@68800000 {
			sd-uhs-sdr12;
			sd-uhs-sdr25;
			sd-uhs-sdr50;
			socionext,syscon-uhs-mode = <&sdctrl 0>;
		};
	};
};
+2 −1
Original line number Diff line number Diff line
@@ -422,7 +422,7 @@ smpctrl@59801000 {
			reg = <0x59801000 0x400>;
		};

		syscon@59810000 {
		sdctrl: syscon@59810000 {
			compatible = "socionext,uniphier-pxs2-sdctrl",
				     "simple-mfd", "syscon";
			reg = <0x59810000 0x400>;
@@ -486,6 +486,7 @@ sd: mmc@5a400000 {
			sd-uhs-sdr12;
			sd-uhs-sdr25;
			sd-uhs-sdr50;
			socionext,syscon-uhs-mode = <&sdctrl 0>;
		};

		soc_glue: syscon@5f800000 {
+2 −1
Original line number Diff line number Diff line
@@ -211,7 +211,7 @@ smpctrl@59801000 {
			reg = <0x59801000 0x400>;
		};

		syscon@59810000 {
		mioctrl: syscon@59810000 {
			compatible = "socionext,uniphier-sld8-mioctrl",
				     "simple-mfd", "syscon";
			reg = <0x59810000 0x800>;
@@ -276,6 +276,7 @@ sd: mmc@5a400000 {
			sd-uhs-sdr12;
			sd-uhs-sdr25;
			sd-uhs-sdr50;
			socionext,syscon-uhs-mode = <&mioctrl 0>;
		};

		emmc: mmc@5a500000 {