arm64: tegra: Sort properties more logically
authorThierry Reding <treding@nvidia.com>
Fri, 9 Jun 2023 10:55:42 +0000 (12:55 +0200)
committerThierry Reding <treding@nvidia.com>
Fri, 9 Jun 2023 15:44:26 +0000 (17:44 +0200)
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>
arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000.dts

index ac64dac..e499010 100644 (file)
        };
 
        sound {
-               status = "okay";
-
                compatible = "nvidia,tegra186-audio-graph-card";
+               status = "okay";
 
                dais = /* ADMAIF (FE) Ports */
                       <&admaif0_port>, <&admaif1_port>, <&admaif2_port>, <&admaif3_port>,