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 ac64dac287def373c8e1ff09fbaa2c88f794e540..e499010fc673b05771c32dd5851aee497cb21956 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>,