From mboxrd@z Thu Jan 1 00:00:00 1970 From: Delphine CC Chiu Date: Wed, 18 Sep 2024 17:54:35 +0800 Subject: [PATCH v2 2/3] dt-bindings: trivial-devices: support MPS MP5023 In-Reply-To: <20240918095438.1345886-1-Delphine_CC_Chiu@wiwynn.com> References: <20240918095438.1345886-1-Delphine_CC_Chiu@wiwynn.com> Message-ID: <20240918095438.1345886-3-Delphine_CC_Chiu@wiwynn.com> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit From: Ricky CX Wu Add support for hot-swap controller MPS MP5023. Signed-off-by: Ricky CX Wu Signed-off-by: Delphine CC Chiu --- Documentation/devicetree/bindings/trivial-devices.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/trivial-devices.yaml b/Documentation/devicetree/bindings/trivial-devices.yaml index cbb9b94e5b3b..c3253ea389d4 100644 --- a/Documentation/devicetree/bindings/trivial-devices.yaml +++ b/Documentation/devicetree/bindings/trivial-devices.yaml @@ -296,6 +296,8 @@ properties: - mps,mp2975 # Monolithic Power Systems Inc. multi-phase controller mp2993 - mps,mp2993 + # Monolithic Power Systems Inc. hot-swap controller mp5023 + - mps,mp5023 # Monolithic Power Systems Inc. multi-phase hot-swap controller mp5920 - mps,mp5920 # Monolithic Power Systems Inc. multi-phase hot-swap controller mp5990 -- 2.25.1