From 81ccbc296937c00f183c04bad033d83edd6a6524 Mon Sep 17 00:00:00 2001 From: Iwona Winiarska Date: Mon, 9 May 2022 14:55:48 +0200 Subject: dt-bindings: Extend peci-client bindings with Domain ID Add "domain" field to specify the corresponding Domain ID for peci-client instance. Signed-off-by: Iwona Winiarska --- Documentation/devicetree/bindings/peci/peci-client.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/peci/peci-client.yaml b/Documentation/devicetree/bindings/peci/peci-client.yaml index fc7c4110e929..e4a3ddbbd089 100644 --- a/Documentation/devicetree/bindings/peci/peci-client.yaml +++ b/Documentation/devicetree/bindings/peci/peci-client.yaml @@ -20,6 +20,11 @@ properties: addresses start from 0x30. maxItems: 1 + domain: + description: | + PECI client Domain ID from 0 to 15. + maxItems: 1 + examples: - | #include @@ -40,14 +45,16 @@ examples: resets = <&syscon ASPEED_RESET_PECI>; clock-frequency = <24000000>; - peci-client@30 { + peci-client@0 { compatible = "intel,peci-client"; reg = <0x30>; + domain = <0>; }; - peci-client@31 { + peci-client@1 { compatible = "intel,peci-client"; reg = <0x31>; + domain = <0>; }; }; }; -- cgit v1.2.3