From 8ec53e6a31fa172965210e5a7edab8a01653f603 Mon Sep 17 00:00:00 2001 From: RJ Sampson Date: Tue, 24 Dec 2024 09:16:28 -0700 Subject: [PATCH] feat(hwe-additions): Load pinctrl for more Surface devices Load pinctrl for the Surface Book 2, Surface Pro 9/10, and Surface Laptop 5/6 Signed-off-by: RJ Sampson --- build_files/base/09-hwe-additions.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/build_files/base/09-hwe-additions.sh b/build_files/base/09-hwe-additions.sh index 638c2e8c35e..fe5ea4437bc 100755 --- a/build_files/base/09-hwe-additions.sh +++ b/build_files/base/09-hwe-additions.sh @@ -58,10 +58,19 @@ pinctrl_amd intel_lpss intel_lpss_pci +# Surface Book 2 +pinctrl_sunrisepoint + # For Surface Laptop 3/Surface Book 3 pinctrl_icelake # For Surface Laptop 4/Surface Laptop Studio pinctrl_tigerlake + +# For Surface Pro 9/Surface Laptop 5 +pinctrl_alderlake + +# For Surface Pro 10/Surface Laptop 6 +pinctrl_meteorlake EOF