Re: [PATCH v2 09/19] cmd: gpio: Skip output on -ENOENT

2023-10-15 Thread Marek Vasut
On 10/9/23 18:46, Paul Barker wrote: On the Renesas RZ/G2L SoC family, valid GPIO numbers are not contiguous. This is determined by the device tree, where a fixed number of bits are used for the 'pin' number within a 'port', even though not all ports have the same number of pins. The device tree

[PATCH v2 09/19] cmd: gpio: Skip output on -ENOENT

2023-10-09 Thread Paul Barker
On the Renesas RZ/G2L SoC family, valid GPIO numbers are not contiguous. This is determined by the device tree, where a fixed number of bits are used for the 'pin' number within a 'port', even though not all ports have the same number of pins. The device tree can't be changed here without breaking