The first patch fixes gpio driver to support works without cru, and the second patch try to support different dt node format. Jianqun Xu (3): gpio: rockchip: make gpio work without cru module gpio: rockchip: get pinctrl node from 'gpio-ranges' property dt-bindings: gpio: rockchip,gpio add optional 'gpio-ranges' .../bindings/gpio/rockchip,gpio-bank.yaml | 7 +++++- drivers/gpio/gpio-rockchip.c | 24 ++++++++++++------- 2 files changed, 22 insertions(+), 9 deletions(-) -- v1: - add gpio yaml file patch 2.25.1