diff options
author | Corentin Labbe <clabbe.montjoie@gmail.com> | 2018-09-03 13:01:59 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-09-03 17:17:13 +0300 |
commit | caf8975b97c10f92de69b2a144e96eb19229f199 (patch) | |
tree | e214e6d233104dd5c0236f10e9182925d650df48 /Documentation/devicetree/bindings/ata | |
parent | 76dfb49d2e2a9cb2bab39d4148f20537efca84a2 (diff) | |
download | linux-caf8975b97c10f92de69b2a144e96eb19229f199.tar.xz |
dt-bindings: ata: update ahci_sunxi bindings
This patch update binding with the new R40 compatible.
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Documentation/devicetree/bindings/ata')
-rw-r--r-- | Documentation/devicetree/bindings/ata/ahci-platform.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/ata/ahci-platform.txt b/Documentation/devicetree/bindings/ata/ahci-platform.txt index 45b451961612..e30fd106df4f 100644 --- a/Documentation/devicetree/bindings/ata/ahci-platform.txt +++ b/Documentation/devicetree/bindings/ata/ahci-platform.txt @@ -10,6 +10,7 @@ PHYs. Required properties: - compatible : compatible string, one of: - "allwinner,sun4i-a10-ahci" + - "allwinner,sun8i-r40-ahci" - "brcm,iproc-ahci" - "hisilicon,hisi-ahci" - "cavium,octeon-7130-ahci" @@ -44,6 +45,7 @@ Required properties when using sub-nodes: - #address-cells : number of cells to encode an address - #size-cells : number of cells representing the size of an address +For allwinner,sun8i-r40-ahci, the reset propertie must be present. Sub-nodes required properties: - reg : the port number |