Skip to content
Snippets Groups Projects
Select Git revision
  • 3b676aadcd608607170db95be608638411817b95
  • v6.12-ktn default protected
  • feature/gpu-deactived
  • v6.1-ktn protected
  • v5.10-ktn protected
  • v5.4-ktn protected
  • feature/v6.1-ktn/kontron-imx8mm-extenstion-dts-update
  • feature/integrate-support-qspi-nand-512
  • ci/upstream-sync
  • v4.14-ktn protected
  • feature/master/upstream-spinand-rx-delay
  • feature/fix-w25n02kv-clk-to-rx-delay
  • develop-v5.10-stm32mp-ktn
  • feature/v6.1-ktn/mx8mp-hdmi-patch-sync
  • feature/v5.10-ktn/rtc-bsm-fix
  • v6.1-dsim-mx8mm
  • feature/v5.10-ktn/kontron-mx6ul-correct-dts-for-5-inch-admatec-display
  • feature/rfc/lvds-burst-mode
  • v5.10-stm32mp
  • feature/mp1/fix-qspi-nand
  • feature/v5.10-stm32mp-ktn
  • v5.15.37
  • st-alpha
23 results

linux

user avatar
Alexander Shiyan authored and Frieder Schrempf committed
commit 5c8f9a05336cf5cadbd57ad461621b386aadb762 upstream.

The tsadc driver does not handle pinctrl "gpio" and "otpout".
Let's use the correct pinctrl names "default" and "sleep".
Additionally, Alexey Charkov's testing [1] has established that
it is necessary for pinctrl state to reference the &tsadc_shut_org
configuration rather than &tsadc_shut for the driver to function correctly.

[1] https://lkml.org/lkml/2025/1/24/966



Fixes: 32641b8a ("arm64: dts: rockchip: add rk3588 thermal sensor")
Cc: stable@vger.kernel.org
Reviewed-by: default avatarDragan Simic <dsimic@manjaro.org>
Signed-off-by: default avatarAlexander Shiyan <eagle.alexander923@gmail.com>
Link: https://lore.kernel.org/r/20250130053849.4902-1-eagle.alexander923@gmail.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
3b676aad
History
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the reStructuredText markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.