summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorLi Yang <leoyang.li@nxp.com>2018-10-05 13:58:35 -0500
committerLi Yang <leoyang.li@nxp.com>2018-10-05 13:58:35 -0500
commit56740a7167cbbbda99ebfd3e8b4e4d51ae39bd06 (patch)
tree0db45d0dd63acaee2a3078acc47c31d2d851c68e /drivers/hwmon
parentafa86d264a7ce62ba214bc7c6012e2129141421e (diff)
parent5a1eb8b9542884592a018829bb1ff20c9695d925 (diff)
Merge tag 'soc-fsl-fix-v4.19-2' into HEAD
NXP/FSL SoC driver fixes for v4.19 round 2 - Fix crash of qman_portal by deferring its probe if qman is not probed
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/raspberrypi-hwmon.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hwmon/raspberrypi-hwmon.c b/drivers/hwmon/raspberrypi-hwmon.c
index fb4e4a6bb1f6..be5ba4690895 100644
--- a/drivers/hwmon/raspberrypi-hwmon.c
+++ b/drivers/hwmon/raspberrypi-hwmon.c
@@ -164,3 +164,4 @@ module_platform_driver(rpi_hwmon_driver);
MODULE_AUTHOR("Stefan Wahren <stefan.wahren@i2se.com>");
MODULE_DESCRIPTION("Raspberry Pi voltage sensor driver");
MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:raspberrypi-hwmon");