On Wed, 08 Dec 2021 18:30:44 +0100, Thierry Reding wrote: > From: Prathamesh Shete <pshete@xxxxxxxxxx> > > Extend the existing Tegra186 GPIO controller device tree bindings with > support for the GPIO controller found on Tegra234. The number of pins is > slightly different, but the programming model remains the same. > > Signed-off-by: Prathamesh Shete <pshete@xxxxxxxxxx> > [treding@xxxxxxxxxx: update device tree bindings] > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > .../bindings/gpio/nvidia,tegra186-gpio.yaml | 4 ++ > include/dt-bindings/gpio/tegra234-gpio.h | 63 +++++++++++++++++++ > 2 files changed, 67 insertions(+) > create mode 100644 include/dt-bindings/gpio/tegra234-gpio.h > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>