Message ID | 20240531230556.1409532-2-linux@roeck-us.net (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | hwmon: Add support for SPD5118 compliant chips | expand |
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
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
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(+)