Message ID | 20231122032343.2794903-3-Delphine_CC_Chiu@wiwynn.com (mailing list archive) |
---|---|
State | Changes Requested |
Headers | show |
Series | Add adm1281 support | expand |
On 22/11/2023 04:23, Delphine CC Chiu wrote: > Add device type support for adm1281 > > Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/hwmon/adi,adm1275.yaml b/Documentation/devicetree/bindings/hwmon/adi,adm1275.yaml index ab87f51c5aef..77a358f9104b 100644 --- a/Documentation/devicetree/bindings/hwmon/adi,adm1275.yaml +++ b/Documentation/devicetree/bindings/hwmon/adi,adm1275.yaml @@ -27,6 +27,7 @@ properties: - adi,adm1275 - adi,adm1276 - adi,adm1278 + - adi,adm1281 - adi,adm1293 - adi,adm1294 @@ -94,6 +95,7 @@ allOf: contains: enum: - adi,adm1278 + - adi,adm1281 - adi,adm1293 - adi,adm1294 then:
Add device type support for adm1281 Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com> --- Documentation/devicetree/bindings/hwmon/adi,adm1275.yaml | 2 ++ 1 file changed, 2 insertions(+)