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

dt-bindings: ata: Document BCM7216 AHCI controller compatible

The BCM7216 AHCI controller makes use of a specific reset controller
line/name, document the compatible string and the optional reset
properties.

Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Florian Fainelli and committed by
Jens Axboe
52fa562d 7de9b168

+7
+7
Documentation/devicetree/bindings/ata/brcm,sata-brcm.txt
··· 5 5 6 6 Required properties: 7 7 - compatible : should be one or more of 8 + "brcm,bcm7216-ahci" 8 9 "brcm,bcm7425-ahci" 9 10 "brcm,bcm7445-ahci" 10 11 "brcm,bcm-nsp-ahci" ··· 14 13 - reg : register mappings for AHCI and SATA_TOP_CTRL 15 14 - reg-names : "ahci" and "top-ctrl" 16 15 - interrupts : interrupt mapping for SATA IRQ 16 + 17 + Optional properties: 18 + 19 + - reset: for "brcm,bcm7216-ahci" must be a valid reset phandle 20 + pointing to the RESCAL reset controller provider node. 21 + - reset-names: for "brcm,bcm7216-ahci", must be "rescal". 17 22 18 23 Also see ahci-platform.txt. 19 24