arm64: tegra: Add missing reset-names for Tegra HS UART

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>
This commit is contained in:
Thierry Reding
2023-07-17 18:32:13 +02:00
parent 6358377fec
commit 677e0e3a58

View File

@@ -22,6 +22,7 @@ chosen {
bus@0 {
serial@3100000 {
compatible = "nvidia,tegra194-hsuart";
reset-names = "serial";
status = "okay";
};