diff options
author | Thierry Reding <treding@nvidia.com> | 2023-06-09 12:55:42 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2023-06-09 17:44:26 +0200 |
commit | 679899fbc2592e1edecd77d31e89c3ad92ba9e5a (patch) | |
tree | 836cb6c4acb3f00c057ece548dff952615b02930 /arch | |
parent | e2dbd577c51b999d25c3cc990149d98d97f3a152 (diff) |
arm64: tegra: Sort properties more logically
We typically sort the "compatible" property first because it defines
what the remainder of the properties can be. For the sound node on the
Jetson AGX Orin this wasn't done, so fix that up.
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts b/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts index ac64dac287de..e499010fc673 100644 --- a/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts +++ b/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts @@ -2345,9 +2345,8 @@ }; sound { - status = "okay"; - compatible = "nvidia,tegra186-audio-graph-card"; + status = "okay"; dais = /* ADMAIF (FE) Ports */ <&admaif0_port>, <&admaif1_port>, <&admaif2_port>, <&admaif3_port>, |