Skip to content

Commit e58d8e8

Browse files
prabhakarladgeertu
authored andcommitted
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>
1 parent fc5d2b2 commit e58d8e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
* SW_OFF - SD2 is connected to SoC
2626
* SW_ON - SCIF1, SSI0, IRQ0, IRQ1 connected to SoC
2727
*/
28-
#define SW_CONFIG2 SW_ON
28+
#define SW_CONFIG2 SW_OFF
2929
#define SW_CONFIG3 SW_ON
3030

3131
/ {

0 commit comments

Comments
 (0)