diff options
author | Kouei Abe <kouei.abe.cp@renesas.com> | 2015-11-20 15:33:02 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2015-11-20 23:48:55 +0300 |
commit | fec7bc433a29ea75b83dd9447629c99b2d4d727a (patch) | |
tree | 0a108cbf02713bbca9a98dbefe14b9b58d6810fc /Documentation/devicetree/bindings/ata | |
parent | f46c4bd16e26eaf85f82cf95f4c77ade5302171d (diff) | |
download | linux-fec7bc433a29ea75b83dd9447629c99b2d4d727a.tar.xz |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/ata')
-rw-r--r-- | Documentation/devicetree/bindings/ata/sata_rcar.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ata/sata_rcar.txt b/Documentation/devicetree/bindings/ata/sata_rcar.txt index 2493a5a31655..0764f9ab63dc 100644 --- a/Documentation/devicetree/bindings/ata/sata_rcar.txt +++ b/Documentation/devicetree/bindings/ata/sata_rcar.txt @@ -8,6 +8,7 @@ Required properties: - "renesas,sata-r8a7790" for R-Car H2 other than ES1 - "renesas,sata-r8a7791" for R-Car M2-W - "renesas,sata-r8a7793" for R-Car M2-N + - "renesas,sata-r8a7795" for R-Car H3 - reg : address and length of the SATA registers; - interrupts : must consist of one interrupt specifier. - clocks : must contain a reference to the functional clock. |