This is an add-on series to the main SoC Sparx5 series (Message-ID: <20200513125532.24585-1-lars.povl...@microchip.com>).
It is expected that the DT patches are to be taken directly by the arm-soc maintainers. Lars Povlsen (3): dt-bindings: hwmon: Add Sparx5 temperature sensor arm64: dts: sparx5: Add hwmon temperature sensor hwmon: sparx5: Add Sparx5 SoC temperature driver .../bindings/hwmon/microchip,sparx5-temp.yaml | 39 +++++ arch/arm64/boot/dts/microchip/sparx5.dtsi | 6 + drivers/hwmon/Kconfig | 10 ++ drivers/hwmon/Makefile | 2 +- drivers/hwmon/sparx5-temp.c | 154 ++++++++++++++++++ 5 files changed, 210 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/hwmon/microchip,sparx5-temp.yaml create mode 100644 drivers/hwmon/sparx5-temp.c -- 2.26.2