Commit 677e0e3a authored by Thierry Reding's avatar Thierry Reding
Browse files

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: default avatarThierry Reding <treding@nvidia.com>
parent 6358377f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ chosen {
	bus@0 {
		serial@3100000 {
			compatible = "nvidia,tegra194-hsuart";
			reset-names = "serial";
			status = "okay";
		};