[PATCH v3 1/4] dt-bindings: trivial-devices: Add jedec,spd5118

Guenter Roeck posted 4 patches 1 year, 8 months ago
There is a newer version of this series
[PATCH v3 1/4] dt-bindings: trivial-devices: Add jedec,spd5118
Posted by Guenter Roeck 1 year, 8 months ago
Add bindings for the SPD hub present in DDR5 modules.
(https://www.jedec.org/standards-documents/docs/jesd300-5b01).

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
v3: Drop explicit bindings file; add binding to trivial devices
    instead

 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 0a419453d183..1d19e67de2a1 100644
--- a/Documentation/devicetree/bindings/trivial-devices.yaml
+++ b/Documentation/devicetree/bindings/trivial-devices.yaml
@@ -168,6 +168,8 @@ properties:
           - isil,isl69269
             # Intersil ISL76682 Ambient Light Sensor
           - isil,isl76682
+            # JEDEC JESD300 (SPD5118) Hub and Serial Presence Detect
+          - jedec,spd5118
             # Linear Technology LTC2488
           - lineartechnology,ltc2488
             # 5 Bit Programmable, Pulse-Width Modulator
-- 
2.39.2
Re: [PATCH v3 1/4] dt-bindings: trivial-devices: Add jedec,spd5118
Posted by Krzysztof Kozlowski 1 year, 8 months ago
On 01/06/2024 01:05, Guenter Roeck wrote:
> Add bindings for the SPD hub present in DDR5 modules.
> (https://www.jedec.org/standards-documents/docs/jesd300-5b01).
> 
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> ---
> v3: Drop explicit bindings file; add binding to trivial devices

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof