Skip to content

Commit e076fda

Browse files
committed
kernel: Add suport for TI INA238 power monitor
See: raspberrypi/linux#6629 kernel: add shtc3 to i2c-sensors See: raspberrypi/linux#6633 kernel: drivers: media: pci: Update Hailo accelerator device driver to v4.20 See: raspberrypi/linux#6628
1 parent 9f11649 commit e076fda

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+47
-6
lines changed

boot/kernel.img

0 Bytes
Binary file not shown.

boot/kernel7.img

0 Bytes
Binary file not shown.

boot/kernel7l.img

-8 Bytes
Binary file not shown.

boot/kernel8.img

-1 Bytes
Binary file not shown.

boot/kernel_2712.img

3 Bytes
Binary file not shown.

boot/overlays/README

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,11 +2486,20 @@ Params: addr Set the address for the ADT7410, BH1750, BME280,
24862486
ds1621 Select the Dallas Semiconductors DS1621 temp
24872487
sensor. Valid addresses 0x48-0x4f, default 0x48
24882488

2489+
gain Gain used for measuring shunt resistor current.
2490+
Valid values 1 or 4, default 1. (ina238 only,
2491+
disabled by default)
2492+
24892493
hdc100x Select the Texas Instruments HDC100x temp sensor
24902494
Valid addresses 0x40-0x43, default 0x40
24912495

24922496
htu21 Select the HTU21 temperature and humidity sensor
24932497

2498+
ina238 Select the TI INA238 power monitor. Valid
2499+
addresses 0x40-0x4F, default 0x40.
2500+
Uses parameters shunt-resistor and
2501+
ti,shunt-gain for configuration
2502+
24942503
int_pin Set the GPIO to use for interrupts (max30102,
24952504
mpu6050 and mpu9250 only)
24962505

@@ -2549,6 +2558,10 @@ Params: addr Set the address for the ADT7410, BH1750, BME280,
25492558
reset_pin GPIO to be used to reset the device (bno055
25502559
only, disabled by default)
25512560

2561+
shunt_resistor Value of shunt resistor used for current
2562+
measurement in uOhms. (ina238 only, disabled
2563+
by default)
2564+
25522565
sht3x Select the Sensirion SHT3x temperature and
25532566
humidity sensors. Valid addresses 0x44-0x45,
25542567
default 0x44
@@ -2557,6 +2570,9 @@ Params: addr Set the address for the ADT7410, BH1750, BME280,
25572570
humidity sensors. Valid addresses 0x44-0x45,
25582571
default 0x44
25592572

2573+
shtc3 Select the Sensirion SHTC3 temperature and
2574+
humidity sensors.
2575+
25602576
si7020 Select the Silicon Labs Si7013/20/21 humidity/
25612577
temperature sensor
25622578

boot/overlays/i2c-sensor.dtbo

853 Bytes
Binary file not shown.

extra/git_hash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
527ec1f34fa5820bac543ccea7ba5391065992bc
1+
a18d9ced4965462cb7b3b4252ada440395105308

extra/uname_string

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Linux version 6.6.74+ (dom@buildbot) (arm-linux-gnueabihf-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1842 Fri Jan 24 16:12:22 GMT 2025
1+
Linux version 6.6.74+ (dom@buildbot) (arm-linux-gnueabihf-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1844 Mon Jan 27 11:36:51 GMT 2025

extra/uname_string7

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Linux version 6.6.74-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1842 SMP Fri Jan 24 16:14:22 GMT 2025
1+
Linux version 6.6.74-v7+ (dom@buildbot) (arm-linux-gnueabihf-gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #1844 SMP Mon Jan 27 11:38:16 GMT 2025

0 commit comments

Comments
 (0)