Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e68c65d authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

arm64: dts: uniphier: change MIO node to SD control node



I made a mistake bacuse the Media I/O block is not implemented in
this SoC.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 1bdb60ef
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -257,18 +257,18 @@
			reg = <0x59801000 0x400>;
		};

		mioctrl@59810000 {
			compatible = "socionext,uniphier-mioctrl",
		sdctrl@59810000 {
			compatible = "socionext,uniphier-ld20-sdctrl",
				     "simple-mfd", "syscon";
			reg = <0x59810000 0x800>;

			mio_clk: clock {
				compatible = "socionext,uniphier-ld20-mio-clock";
			sd_clk: clock {
				compatible = "socionext,uniphier-ld20-sd-clock";
				#clock-cells = <1>;
			};

			mio_rst: reset {
				compatible = "socionext,uniphier-ld20-mio-reset";
			sd_rst: reset {
				compatible = "socionext,uniphier-ld20-sd-reset";
				#reset-cells = <1>;
			};
		};