Skip to content

Commit

Permalink
arm64: tegra: Fix HSUART for Smaug
Browse files Browse the repository at this point in the history
[ Upstream commit 590bfe5 ]

After commit 71de0a0 ("arm64: tegra: Drop serial clock-names and
reset-names") was applied, the HSUART failed to probe and the following
error is seen:

 serial-tegra 70006300.serial: Couldn't get the reset
 serial-tegra: probe of 70006300.serial failed with error -2

Commit 71de0a0 ("arm64: tegra: Drop serial clock-names and
reset-names") is correct because the "reset-names" property is not
needed for 8250 UARTs. However, the "reset-names" is required for the
HSUART and should have been populated as part of commit a63c0cd
("arm64: dts: tegra: smaug: Add Bluetooth node") that enabled the HSUART
for the Pixel C. Fix this by populating the "reset-names" property for
the HSUART on the Pixel C.

Fixes: a63c0cd ("arm64: dts: tegra: smaug: Add Bluetooth node")
Signed-off-by: Diogo Ivo <diogo.ivo@tecnico.ulisboa.pt>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
diogoivo authored and gregkh committed Sep 13, 2023
1 parent ee5e1d6 commit 800bf8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/nvidia/tegra210-smaug.dts
Expand Up @@ -1312,6 +1312,7 @@

uartd: serial@70006300 {
compatible = "nvidia,tegra30-hsuart";
reset-names = "serial";
status = "okay";

bluetooth {
Expand Down

0 comments on commit 800bf8a

Please sign in to comment.