From 4a73f72a23c6276131464af0355b72cd3ade755f Mon Sep 17 00:00:00 2001 From: Jonas Jelonek Date: Fri, 27 Feb 2026 22:38:02 +0000 Subject: [PATCH] realtek: dts: add monitor IC node for XikeStor SKS8310-8X The XikeStor SKS8310-8X has a monitoring IC LM75B from National Instruments on board. This was missed when support for the device was added. Add it now and also add the corresponding kmod to the device packages. Fixes: 62d50fb196 ("realtek: add support for XikeStor SKS8310-8X") Signed-off-by: Jonas Jelonek Link: https://github.com/openwrt/openwrt/pull/22211 Signed-off-by: Hauke Mehrtens --- target/linux/realtek/dts/rtl9303_xikestor_sks8310-8x.dts | 7 ++++++- target/linux/realtek/image/rtl930x.mk | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/target/linux/realtek/dts/rtl9303_xikestor_sks8310-8x.dts b/target/linux/realtek/dts/rtl9303_xikestor_sks8310-8x.dts index 0482eed8bf..feda833ff9 100644 --- a/target/linux/realtek/dts/rtl9303_xikestor_sks8310-8x.dts +++ b/target/linux/realtek/dts/rtl9303_xikestor_sks8310-8x.dts @@ -142,9 +142,14 @@ &i2c_mst1 { status = "okay"; - /* SDA0-7 correspond to GPIO9-16 */ i2c0: i2c@0 { reg = <0>; + + /* NXP LM75BD */ + sensor@48 { + compatible = "national,lm75b"; + reg = <0x48>; + }; }; i2c1: i2c@1 { reg = <1>; diff --git a/target/linux/realtek/image/rtl930x.mk b/target/linux/realtek/image/rtl930x.mk index 8886a387a8..f675ddd9d4 100644 --- a/target/linux/realtek/image/rtl930x.mk +++ b/target/linux/realtek/image/rtl930x.mk @@ -132,6 +132,7 @@ define Device/xikestor_sks8310-8x UIMAGE_MAGIC := 0x93000000 DEVICE_VENDOR := XikeStor DEVICE_MODEL := SKS8310-8X + DEVICE_PACKAGES := kmod-hwmon-lm75 IMAGE_SIZE := 20480k $(Device/kernel-lzma) IMAGE/sysupgrade.bin := \