From 3246c053d2cac9c173e9c802f55a78a499295cde Mon Sep 17 00:00:00 2001 From: John Klug Date: Thu, 24 Feb 2022 11:00:34 -0600 Subject: output-high, output-low is ignored by Atmel pinctrl driver --- .../linux/linux-at91-5.4.81/mts-dts/mtcap.dts | 24 ++++++++-------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcap.dts b/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcap.dts index e78df7f..730ce0b 100644 --- a/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcap.dts +++ b/recipes-kernel/linux/linux-at91-5.4.81/mts-dts/mtcap.dts @@ -466,24 +466,18 @@ * be loaded as overlays prior to loading the mts-io module, overwriting the * atmel,pins section. */ + + /* Atmel pinctrl driver ignores output-high, output-low */ mts_io { pinctrl_mts_io: mts_io-0 { atmel,pins = - ; /* PD21 GPIO pull-down radio-monitor */ - output-high; - }; - pinctrl_mts_io_in: mts_io-1 { - atmel,pins = - ; /* PD19 GNSS Int */ - }; - pinctrl_mts_io_gnss: mts_io-2 { - atmel,pins = - ; /* PD15 N_GNSS_RESET */ - output-low; + ; /* PD15 N_GNSS_RESET */ }; }; -- cgit v1.2.3