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

sata_rcar: Add compatible string for r8a7795

R-Car H3 SoC has compatible SATA controller with R-Car Gen2 SoCs.

Signed-off-by: Kouei Abe <kouei.abe.cp@renesas.com>
Signed-off-by: Yoshihiro Kaneko <ykaneko0929@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Kouei Abe and committed by
Tejun Heo
fec7bc43 f46c4bd1

+5
+1
Documentation/devicetree/bindings/ata/sata_rcar.txt
··· 8 8 - "renesas,sata-r8a7790" for R-Car H2 other than ES1 9 9 - "renesas,sata-r8a7791" for R-Car M2-W 10 10 - "renesas,sata-r8a7793" for R-Car M2-N 11 + - "renesas,sata-r8a7795" for R-Car H3 11 12 - reg : address and length of the SATA registers; 12 13 - interrupts : must consist of one interrupt specifier. 13 14 - clocks : must contain a reference to the functional clock.
+4
drivers/ata/sata_rcar.c
··· 854 854 .compatible = "renesas,sata-r8a7793", 855 855 .data = (void *)RCAR_GEN2_SATA 856 856 }, 857 + { 858 + .compatible = "renesas,sata-r8a7795", 859 + .data = (void *)RCAR_GEN2_SATA 860 + }, 857 861 { }, 858 862 }; 859 863 MODULE_DEVICE_TABLE(of, sata_rcar_match);