Closed phodina closed 2 months ago
The vfd driver works and I'm able to use the VFD on my X96 max plus device. Thanks for the driver!
@phodina Are you using H96 Max V56 (rk3566)? If so, can you please share your vfd conf settings and dts here?
Also, I am unable to find the commit 40fc56ee608cdb20022c225ac6f1e4b7ba63f8f1 details. According to bootlin (kernel symbols x reference) of_get_named_gpio_flags went from defined function to prototype between kernels 6.2 and 6.3. Correct?
Thanks; Bill
The function
of_get_named_gpio_flags
has been removed in the commit40fc56ee608cdb20022c225ac6f1e4b7ba63f8f1
and theof_get_named_gpiod_flags
is also private.Building against kernel
v6.3.3
I've patched the function with this one:
I can send MR if you want