From 14e40f141d9facfa2580a8149fc871054a6dd0a6 Mon Sep 17 00:00:00 2001 From: RJ Trujillo Date: Tue, 24 Dec 2024 12:11:11 -0700 Subject: [PATCH] feat(hwe-additions): Load pinctrl for more Surface devices (#2074) 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