From e170c2a0c3208e4b8399b5f946818e2e34c85c7e Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Wed, 24 Jan 2024 15:56:37 -0600 Subject: [PATCH] schemas: pci: Add standard PCIe slot supplies Add regulator supply properties for the standard PCIe slot voltage rails 12V, 3.3V, and 3.3V AUX. Signed-off-by: Rob Herring --- dtschema/schemas/pci/pci-bus-common.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dtschema/schemas/pci/pci-bus-common.yaml b/dtschema/schemas/pci/pci-bus-common.yaml index 5d5f058..dfd5c32 100644 --- a/dtschema/schemas/pci/pci-bus-common.yaml +++ b/dtschema/schemas/pci/pci-bus-common.yaml @@ -150,6 +150,15 @@ properties: description: Disables ASPM L0s capability type: boolean + vpcie12v-supply: + description: 12v regulator phandle for the slot + + vpcie3v3-supply: + description: 3.3v regulator phandle for the slot + + vpcie3v3aux-supply: + description: 3.3v AUX regulator phandle for the slot + patternProperties: "@1?[0-9a-f](,[0-7])?$": type: object