On Fri Nov 1, 2024 at 7:59 AM GMT, Krzysztof Kozlowski wrote: > On Fri, Nov 01, 2024 at 05:31:47AM +0000, Alexey Klimov wrote: > > &tlmm { > > gpio-reserved-ranges = <43 2>, <49 1>, <54 1>, > > <56 3>, <61 2>, <64 1>, > > @@ -691,6 +731,21 @@ sdc2_card_det_n: sd-card-det-n-state { > > drive-strength = <2>; > > bias-pull-up; > > }; > > + > > + wcd_reset_n: wcd-reset-n-state { > > + pins = "gpio82"; > > + function = "gpio"; > > + drive-strength = <16>; > > + output-high; > > + }; > > + > > + wcd_reset_n_sleep: wcd-reset-n-sleep-state { > > Where is it used? Right. I'll remove it. Thanks, Alexey