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 <jelonek.jonas@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22211
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
05cbbb4037
commit
4a73f72a23
@ -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>;
|
||||
|
||||
@ -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 := \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user