From 244b2c5ca8b14627e4a17755e5922221e121c771 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 09 Oct 2024 06:15:07 +0000 Subject: [PATCH] change system file --- kernel/Documentation/devicetree/bindings/ata/brcm,sata-brcm.txt | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/kernel/Documentation/devicetree/bindings/ata/brcm,sata-brcm.txt b/kernel/Documentation/devicetree/bindings/ata/brcm,sata-brcm.txt index 0a5b3b4..b9ae4ce 100644 --- a/kernel/Documentation/devicetree/bindings/ata/brcm,sata-brcm.txt +++ b/kernel/Documentation/devicetree/bindings/ata/brcm,sata-brcm.txt @@ -5,14 +5,22 @@ Required properties: - compatible : should be one or more of + "brcm,bcm7216-ahci" "brcm,bcm7425-ahci" "brcm,bcm7445-ahci" "brcm,bcm-nsp-ahci" "brcm,sata3-ahci" + "brcm,bcm63138-ahci" - reg : register mappings for AHCI and SATA_TOP_CTRL - reg-names : "ahci" and "top-ctrl" - interrupts : interrupt mapping for SATA IRQ +Optional properties: + +- reset: for "brcm,bcm7216-ahci" must be a valid reset phandle + pointing to the RESCAL reset controller provider node. +- reset-names: for "brcm,bcm7216-ahci", must be "rescal". + Also see ahci-platform.txt. Example: -- Gitblit v1.6.2