diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2022-07-19 21:53:41 -0500 |
---|---|---|
committer | Sander Vanheule <sander@svanheule.net> | 2022-08-13 19:59:15 +0200 |
commit | c5fbd49d3fa6cdb10c635c74db91ca61177f9b70 (patch) | |
tree | 7950f80b9775a98ab7eee90b03286d686d8b77a6 /target/linux/generic/config-5.10 | |
parent | 7bba7ccde9cb021e24ec83f1332aafd5898e23ef (diff) | |
download | upstream-c5fbd49d3fa6cdb10c635c74db91ca61177f9b70.tar.gz upstream-c5fbd49d3fa6cdb10c635c74db91ca61177f9b70.tar.bz2 upstream-c5fbd49d3fa6cdb10c635c74db91ca61177f9b70.zip |
kernel: add upstream patches for tps23861 PoE controller
These patches support the tps23861 PoE controller found on a number of
managed switches. The TPS23861 is an I2C-based quad IEEE 802.3at (PoE+)
Power-over-Ethernet PSE controller. It's also found on some Realtek
based switches, where we expect the bulk of the users to reside.
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
[Disable driver in generic/config-5.10]
Signed-off-by: Sander Vanheule <sander@svanheule.net>
Diffstat (limited to 'target/linux/generic/config-5.10')
-rw-r--r-- | target/linux/generic/config-5.10 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 3d04a17243..b5f29cf547 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -5304,6 +5304,7 @@ CONFIG_SELECT_MEMORY_MODEL=y # CONFIG_SENSORS_TMP401 is not set # CONFIG_SENSORS_TMP421 is not set # CONFIG_SENSORS_TMP513 is not set +# CONFIG_SENSORS_TPS23861 is not set # CONFIG_SENSORS_TPS40422 is not set # CONFIG_SENSORS_TPS53679 is not set # CONFIG_SENSORS_TSL2550 is not set |