sunxi uses a 2 cell phandle for gpio bindings. Also there are no seperate nodes for each pin bank. Add a custom .xlate function to map gpio phandles to the correct pin bank device. This fixes gpio_request_by_name usage. Fixes: 7aa9748 ("dm: sunxi: Modify the GPIO driver to support...
Matrix: Build all affected Kernels / Check Kernel patches Waiting for pending jobs Matrix: Build all affected Kernels / Build Kernel with external toolchain Waiting for pending jobs Matrix: Build all affected Kernels / Upload ccache cache to s3 Waiting for pending jobs Oh hello! Nice to...
@@ -93,14 +94,4 @@ int gpio_get_value(unsigned gpio); * @return 0 if ok, -1 on error */ int gpio_set_value(unsigned gpio, int value); /** * Request a gpio. This should be called before any of the other functions * are used on this gpio. * * @param gp GPIO number *...