From 2f7c68cb55ecb7331f2381deb497c27155f32faf Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 03 Jan 2024 09:43:39 +0000 Subject: [PATCH] update kernel to 5.10.198 --- kernel/arch/arm/boot/dts/omap2420-n810.dts | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/arch/arm/boot/dts/omap2420-n810.dts b/kernel/arch/arm/boot/dts/omap2420-n810.dts index 96b9913..09c1dbc 100644 --- a/kernel/arch/arm/boot/dts/omap2420-n810.dts +++ b/kernel/arch/arm/boot/dts/omap2420-n810.dts @@ -48,7 +48,7 @@ pinctrl-names = "default"; pinctrl-0 = <&aic33_pins>; - gpio-reset = <&gpio4 22 GPIO_ACTIVE_LOW>; /* gpio118 */ + reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; /* gpio118 */ ai3x-gpio-func = < 10 /* AIC3X_GPIO1_FUNC_DIGITAL_MIC_MODCLK */ -- Gitblit v1.6.2