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

Commit 1bdb60ef authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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



I made a mistake bacuse the Media I/O block is not implemented in
these SoCs.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 19eb4a47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -184,11 +184,11 @@
};

&mio_clk {
	compatible = "socionext,uniphier-pro5-mio-clock";
	compatible = "socionext,uniphier-pro5-sd-clock";
};

&mio_rst {
	compatible = "socionext,uniphier-pro5-mio-reset";
	compatible = "socionext,uniphier-pro5-sd-reset";
};

&peri_clk {
+2 −2
Original line number Diff line number Diff line
@@ -197,11 +197,11 @@
};

&mio_clk {
	compatible = "socionext,uniphier-pxs2-mio-clock";
	compatible = "socionext,uniphier-pxs2-sd-clock";
};

&mio_rst {
	compatible = "socionext,uniphier-pxs2-mio-reset";
	compatible = "socionext,uniphier-pxs2-sd-reset";
};

&peri_clk {