Skip to content

Commit e191b17

Browse files
committed
gpio: tegra186: add Tegra234 PMC compatible in GPIO driver
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2122414 Upstream Status: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git Tested: Verify USB-A and USB-C are functional on Nvidia Orin board, and no regressions on other platforms. commit 0c27537 Author: Prathamesh Shete <pshete@nvidia.com> Date: Tue Aug 16 15:57:25 2022 +0530 gpio: tegra186: add Tegra234 PMC compatible in GPIO driver Using this patch we are adding PMC compatible string for Tegra234 in GPIO driver so the IRQ hierarchy can be set. Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Signed-off-by: Prathamesh Shete <pshete@nvidia.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> (cherry picked from commit 0c27537) Signed-off-by: David Marlin <dmarlin@redhat.com>
1 parent 58a5353 commit e191b17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpio/gpio-tegra186.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ static unsigned int tegra186_gpio_child_offset_to_irq(struct gpio_chip *chip,
672672
static const struct of_device_id tegra186_pmc_of_match[] = {
673673
{ .compatible = "nvidia,tegra186-pmc" },
674674
{ .compatible = "nvidia,tegra194-pmc" },
675+
{ .compatible = "nvidia,tegra234-pmc" },
675676
{ /* sentinel */ }
676677
};
677678

0 commit comments

Comments
 (0)