Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8609

Interfacing (DSI, CSI, I2C, etc.) • Re: SPI/IIO and AD7380 driver fault

$
0
0
Do you see the same error when using the in-tree driver (and not the 'latest' one)?
I compiled your overlay, but this giving me:

Code:

[    5.599159] pinctrl-bcm2835 fe200000.gpio: /soc/gpio@7e200000/adc7386_pins: brcm,pull must have 1 or 1 entries
so I changed it to

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                        };                };        };      
Recompiling the overlay gives the same error as I have with mine previously posted overlay..
The logs are here
that's a copy&paste error; missed that as I can't test the overlay as I don't have the device.

Statistics: Posted by aBUGSworstnightmare — Wed Oct 22, 2025 9:25 pm



Viewing all articles
Browse latest Browse all 8609

Trending Articles