On 12/08/2025 13:02, Christophe Leroy wrote:
>  
>       qe_gc = kzalloc(sizeof(*qe_gc), GFP_KERNEL);
>       if (!qe_gc) {
> @@ -313,6 +324,14 @@ static int qe_gpio_probe(struct platform_device *ofdev)
>  
>       spin_lock_init(&qe_gc->lock);
>  
> +     if (!of_property_read_u32(np, "fsl,qe-gpio-irq-mask", &mask)) {

Undocumented ABI. You cannot add such stuff and testing your DTS would
point it out.


Best regards,
Krzysztof

Reply via email to