Skip to content

Backport missing commits for BCM2835 and QCOM SoC thermal sensors

JIRA: https://issues.redhat.com/browse/RHEL-11886

BCM2835 and Qualcomm thermal drivers were no longer able to compile after a previous backport. This backport adds those missing commits.

Signed-off-by: Lucas Karpinski lkarpins@redhat.com

How to test

  • Apply the MR to main-automotive
  • Apply !3182 (merged) (configs)
  • Build the kernel on an arm64 machine
# make dist-configs
# cp redhat/configs/kernel-automotive-5.14.0-aarch64.config .config
# make -j16
Edited by Lucas Karpinski

Merge request reports