Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7791

This patch adds DT support for r8a7791.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Chris Ball <chris@printf.net>

authored by

Kuninori Morimoto and committed by
Chris Ball
81918d25 423f6c2e

+1
+1
drivers/mmc/host/sh_mobile_sdhi.c
··· 67 67 { .compatible = "renesas,sdhi-r8a7778", .data = &of_rcar_gen1_compatible, }, 68 68 { .compatible = "renesas,sdhi-r8a7779", .data = &of_rcar_gen1_compatible, }, 69 69 { .compatible = "renesas,sdhi-r8a7790", .data = &of_rcar_gen2_compatible, }, 70 + { .compatible = "renesas,sdhi-r8a7791", .data = &of_rcar_gen2_compatible, }, 70 71 {}, 71 72 }; 72 73 MODULE_DEVICE_TABLE(of, sh_mobile_sdhi_of_match);