diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-03-23 08:48:08 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-03-23 08:48:08 +0100 |
commit | 6c9b5d6972aa84b85aa9d5d95b3e01f23525e929 (patch) | |
tree | 47f488bbfe8a0973955c34df627a30d81d7c8046 /target/linux/bcm27xx/patches-5.4/950-0119-Add-rpi-poe-fan-driver.patch | |
parent | 835d1c68a0f036c8b0d837a48b5a05fdfb2e8218 (diff) | |
download | upstream-6c9b5d6972aa84b85aa9d5d95b3e01f23525e929.tar.gz upstream-6c9b5d6972aa84b85aa9d5d95b3e01f23525e929.tar.bz2 upstream-6c9b5d6972aa84b85aa9d5d95b3e01f23525e929.zip |
bcm27xx: sync 5.4 patches with RPi Foundation
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm27xx/patches-5.4/950-0119-Add-rpi-poe-fan-driver.patch')
-rw-r--r-- | target/linux/bcm27xx/patches-5.4/950-0119-Add-rpi-poe-fan-driver.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm27xx/patches-5.4/950-0119-Add-rpi-poe-fan-driver.patch b/target/linux/bcm27xx/patches-5.4/950-0119-Add-rpi-poe-fan-driver.patch index 574e547de9..8a1f57ad01 100644 --- a/target/linux/bcm27xx/patches-5.4/950-0119-Add-rpi-poe-fan-driver.patch +++ b/target/linux/bcm27xx/patches-5.4/950-0119-Add-rpi-poe-fan-driver.patch @@ -108,7 +108,7 @@ Signed-off-by: Serge Schneider <serge@raspberrypi.org> +the fan to the user space through the hwmon sysfs interface. --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig -@@ -1346,6 +1346,17 @@ config SENSORS_RASPBERRYPI_HWMON +@@ -1356,6 +1356,17 @@ config SENSORS_RASPBERRYPI_HWMON This driver can also be built as a module. If so, the module will be called raspberrypi-hwmon. @@ -128,7 +128,7 @@ Signed-off-by: Serge Schneider <serge@raspberrypi.org> depends on GPIOLIB || COMPILE_TEST --- a/drivers/hwmon/Makefile +++ b/drivers/hwmon/Makefile -@@ -144,6 +144,7 @@ obj-$(CONFIG_SENSORS_PCF8591) += pcf8591 +@@ -145,6 +145,7 @@ obj-$(CONFIG_SENSORS_PCF8591) += pcf8591 obj-$(CONFIG_SENSORS_POWR1220) += powr1220.o obj-$(CONFIG_SENSORS_PWM_FAN) += pwm-fan.o obj-$(CONFIG_SENSORS_RASPBERRYPI_HWMON) += raspberrypi-hwmon.o |