that's a copy&paste error; missed that as I can't test the overlay as I don't have the device.I compiled your overlay, but this giving me:Do you see the same error when using the in-tree driver (and not the 'latest' one)?so I changed it toCode:
[ 5.599159] pinctrl-bcm2835 fe200000.gpio: /soc/gpio@7e200000/adc7386_pins: brcm,pull must have 1 or 1 entriesRecompiling the overlay gives the same error as I have with mine previously posted overlay..Code:
fragment@4 { target = <&gpio>; __overlay__ { adc7386_pins: adc7386_pins { brcm,pins = <4>; // ADC_INT brcm,function = <0>; // 0 = input brcm,pull = <2>; // 0 = none, 1 = pull down, 2 = pull up }; }; };
The logs are here
Statistics: Posted by aBUGSworstnightmare — Wed Oct 22, 2025 9:25 pm