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

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
......@@ -22,6 +22,7 @@ chosen {
bus@0 {
serial@3100000 {
compatible = "nvidia,tegra194-hsuart";
reset-names = "serial";
status = "okay";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment