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: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
19eb4a4722
commit
1bdb60ef18
|
@ -184,11 +184,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&mio_clk {
|
&mio_clk {
|
||||||
compatible = "socionext,uniphier-pro5-mio-clock";
|
compatible = "socionext,uniphier-pro5-sd-clock";
|
||||||
};
|
};
|
||||||
|
|
||||||
&mio_rst {
|
&mio_rst {
|
||||||
compatible = "socionext,uniphier-pro5-mio-reset";
|
compatible = "socionext,uniphier-pro5-sd-reset";
|
||||||
};
|
};
|
||||||
|
|
||||||
&peri_clk {
|
&peri_clk {
|
||||||
|
|
|
@ -197,11 +197,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
&mio_clk {
|
&mio_clk {
|
||||||
compatible = "socionext,uniphier-pxs2-mio-clock";
|
compatible = "socionext,uniphier-pxs2-sd-clock";
|
||||||
};
|
};
|
||||||
|
|
||||||
&mio_rst {
|
&mio_rst {
|
||||||
compatible = "socionext,uniphier-pxs2-mio-reset";
|
compatible = "socionext,uniphier-pxs2-sd-reset";
|
||||||
};
|
};
|
||||||
|
|
||||||
&peri_clk {
|
&peri_clk {
|
||||||
|
|
Loading…
Reference in New Issue