Message ID | 20200430185522.4116-4-james.quinlan@broadcom.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/5] PCI: brcmstb: don't clk_put() a managed clock | expand |
On 4/30/20 11:55 AM, Jim Quinlan wrote: > From: Jim Quinlan <jquinlan@broadcom.com> > > For various reasons, the L0s component of ASPM is intentionally > disabled. Specifying the 'brcm,aspm-en-l0s' property enables it. > > Signed-off-by: Jim Quinlan <jquinlan@broadcom.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com>
diff --git a/Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml b/Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml index 77d3e81a437b..b3e43597b89c 100644 --- a/Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml +++ b/Documentation/devicetree/bindings/pci/brcm,stb-pcie.yaml @@ -56,6 +56,10 @@ properties: description: Indicates usage of spread-spectrum clocking. type: boolean + brcm,aspm-en-l0s: + description: Enables ASPM L0s savings; off by default. + type: boolean + required: - reg - dma-ranges