diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> | 2021-09-20 21:21:14 +0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2021-10-12 17:22:42 +0300 |
commit | 9a094b758da7180ed95811615c1f0711a888e923 (patch) | |
tree | d1f8a7b19edadee16c13631285ea3f5af7e74141 /Documentation/devicetree/bindings/hwmon | |
parent | 952a11ca32a6046ab86bf885a7805c935f71d5c8 (diff) | |
download | linux-9a094b758da7180ed95811615c1f0711a888e923.tar.xz |
dt-bindings: hwmon: jedec,jc42: add nxp,se97b
Document bindings for NXP SE97B, a DDR memory module temperature sensor
with integrated SPD and EEPROM via Atmel's AT24 interface.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210920182114.339419-6-krzysztof.kozlowski@canonical.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/devicetree/bindings/hwmon')
-rw-r--r-- | Documentation/devicetree/bindings/hwmon/jedec,jc42.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/hwmon/jedec,jc42.yaml b/Documentation/devicetree/bindings/hwmon/jedec,jc42.yaml index a7bb4e3a1c46..0e49b3901161 100644 --- a/Documentation/devicetree/bindings/hwmon/jedec,jc42.yaml +++ b/Documentation/devicetree/bindings/hwmon/jedec,jc42.yaml @@ -10,6 +10,14 @@ maintainers: - Jean Delvare <jdelvare@suse.com> - Guenter Roeck <linux@roeck-us.net> +select: + properties: + compatible: + const: jedec,jc-42.4-temp + + required: + - compatible + properties: compatible: oneOf: @@ -31,6 +39,7 @@ properties: - microchip,mcp98244 - microchip,mcp9843 - nxp,se97 + - nxp,se97b - nxp,se98 - onnn,cat6095 - onnn,cat34ts02 |