arm64: dts: renesas: rzg3s-smarc-som: Enable eMMC by default
Enable eMMC by default on the RZ/G3S SMARC platform, as previously done on RZ/G2L boards and other Renesas platforms. The SW_CONFIG2 setting selects between the uSD0 card and eMMC. By setting SW_CONFIG2 to SW_OFF, we select eMMC by default. Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> Reviewed-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/20240417112003.428348-1-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
This commit is contained in:
parent
fc5d2b222a
commit
e58d8e885b
|
@ -25,7 +25,7 @@
|
|||
* SW_OFF - SD2 is connected to SoC
|
||||
* SW_ON - SCIF1, SSI0, IRQ0, IRQ1 connected to SoC
|
||||
*/
|
||||
#define SW_CONFIG2 SW_ON
|
||||
#define SW_CONFIG2 SW_OFF
|
||||
#define SW_CONFIG3 SW_ON
|
||||
|
||||
/ {
|
||||
|
|
Loading…
Reference in New Issue