Skip to content

Commit dfb1b37

Browse files
committed
dt-bindings: misc: apml-alertl: Add APML Alert_L changes
-Document device-tree changes for APML Alert_L driver. Reviewed-by: Naveen Krishna Chatradhi <naveenkrishna.chatradhi@amd.com> Signed-off-by: Akshay Gupta <akshay.gupta@amd.com> Signed-off-by: sathya priya kumar <SathyaPriya.K@amd.com>
1 parent 680bbae commit dfb1b37

1 file changed

Lines changed: 11 additions & 13 deletions

File tree

Documentation/devicetree/bindings/misc/amd,apml-alertl.yaml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ $id: http://devicetree.org/schemas/hwmon/amd,apml-alertl.yaml#
55
$schema: http://devicetree.org/meta-schemas/core.yaml#
66

77
title: >
8-
Sideband Remote Management Interface (SB-RMI) compliant
9-
AMD APML Alert_L GPIO.
8+
Sideband Remote Management Interface (SB-RMI) and Temperature Sensor Interface
9+
(SB-TSI) compliant AMD APML Alert_L GPIO.
1010
1111
maintainers:
1212
- Akshay Gupta <Akshay.Gupta@amd.com>
@@ -34,19 +34,18 @@ properties:
3434
GPIO specifier for APML Alert_L line. Specify GPIO controller, GPIO pin
3535
and polarity.
3636
37-
sbrmi:
38-
$ref: /schemas/types.yaml#/definitions/phandle
39-
description: ref amd,sbrmi.yaml
40-
41-
sbtsi:
42-
$ref: /schemas/types.yaml#/definitions/phandle
43-
description: ref amd,sbtsi.yaml
37+
socket-num:
38+
$ref: /schemas/types.yaml#/definitions/uint32
39+
minimum: 0
40+
maximum: 255
41+
description: |
42+
Socket identifier for multi-socket AMD systems. This property identifies
43+
which CPU socket this Alert_L GPIO is associated with.
4444
4545
required:
4646
- compatible
4747
- gpio
48-
- sbrmi
49-
- sbtsi
48+
- socket-num
5049

5150
additionalProperties: false
5251

@@ -57,7 +56,6 @@ examples:
5756
compatible = "apml-alertl";
5857
status = "okay";
5958
gpios = <&ltpi0_gpio 20 GPIO_ACTIVE_LOW>;
60-
sbrmi = <&sbrmi_p0_iod0>;
61-
sbtsi = <&sbtsi_p0_iod0>;
59+
socket-num = /bits/ 8 <1>;
6260
};
6361
...

0 commit comments

Comments
 (0)