]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: tegra: Add missing reset-names for Tegra HS UART
authorThierry Reding <treding@nvidia.com>
Mon, 17 Jul 2023 16:32:13 +0000 (18:32 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 26 Jul 2023 16:24:33 +0000 (18:24 +0200)
The device tree bindings for the Tegra high-speed UART require the
reset-names property, so add it whenever the compatible string for the
serial port is overwritten.

Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm64/boot/dts/nvidia/tegra234-p3740-0002+p3701-0008.dts

index 53ac6f744608e67e7234678a026c34c0c2ecad4a..e86f3f971eb885fa47851a1278e75d69643d1b85 100644 (file)
@@ -22,6 +22,7 @@
        bus@0 {
                serial@3100000 {
                        compatible = "nvidia,tegra194-hsuart";
+                       reset-names = "serial";
                        status = "okay";
                };