Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-06-06 | dt-bindings: gpio: Remove FSI domain ports on Tegra234 | Prathamesh Shete | 1 | -12/+8 | |
Ports S, T, U and V are in a separate controller that is part of the FSI domain. Remove their definitions from the MAIN controller definitions to get rid of the confusion. This technically breaks ABI compatibility with old device trees. However it doesn't cause issues in practice. The GPIO pins impacted by this are used for non-critical functionality. Fixes: a8b10f3d12cfc ("dt-bindings: gpio: Add Tegra234 support") Signed-off-by: Prathamesh Shete <[email protected]> [[email protected]: rewrite commit message] Reviewed-by: Jon Hunter <[email protected]> Signed-off-by: Thierry Reding <[email protected]> | |||||
2021-12-17 | dt-bindings: gpio: Add Tegra234 support | Prathamesh Shete | 1 | -0/+63 | |
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 <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Reviewed-by: Rob Herring <[email protected]> [[email protected]: update device tree bindings] Signed-off-by: Thierry Reding <[email protected]> Signed-off-by: Bartosz Golaszewski <[email protected]> |