]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
hwmon: (pmbus/isl68137) Add support for Renesas RAA228942 and RAA228943
authorDawei Liu <dawei.liu.jy@renesas.com>
Wed, 25 Mar 2026 09:02:08 +0000 (17:02 +0800)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 31 Mar 2026 02:45:06 +0000 (19:45 -0700)
Add I2C device IDs for Renesas RAA228942 and RAA228943.

At the Linux PMBus hwmon interface level currently supported by this
driver, these devices are compatible with the existing 2-rail non-TC
controllers, so devicetree will use fallback compatibles and no
dedicated OF match entries are needed.

Signed-off-by: Dawei Liu <dawei.liu.jy@renesas.com>
Link: https://lore.kernel.org/r/20260325090208.857-3-dawei.liu.jy@renesas.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/isl68137.rst
drivers/hwmon/pmbus/isl68137.c

index e77f582c285054435cfebe069c2cbbdd40547c8f..0ce20d09164fc2ba37701f5bf4d4f54976124289 100644 (file)
@@ -394,6 +394,26 @@ Supported chips:
 
       Provided by Renesas upon request and NDA
 
+  * Renesas RAA228942
+
+    Prefix: 'raa228942'
+
+    Addresses scanned: -
+
+    Datasheet:
+
+      Provided by Renesas upon request and NDA
+
+  * Renesas RAA228943
+
+    Prefix: 'raa228943'
+
+    Addresses scanned: -
+
+    Datasheet:
+
+      Provided by Renesas upon request and NDA
+
   * Renesas RAA229001
 
     Prefix: 'raa229001'
index 62d476064bd22fb5b9366c6dd362aea5a805794e..21d047b577a47902fead92334f2a65220f78b47e 100644 (file)
@@ -450,6 +450,8 @@ static const struct i2c_device_id raa_dmpvr_id[] = {
        {"raa228228", raa_dmpvr2_2rail_nontc},
        {"raa228244", raa_dmpvr2_2rail_nontc},
        {"raa228246", raa_dmpvr2_2rail_nontc},
+       {"raa228942", raa_dmpvr2_2rail_nontc},
+       {"raa228943", raa_dmpvr2_2rail_nontc},
        {"raa229001", raa_dmpvr2_2rail},
        {"raa229004", raa_dmpvr2_2rail},
        {"raa229141", raa_dmpvr2_2rail_pmbus},