Commit 679899fb authored by Thierry Reding's avatar Thierry Reding
Browse files

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: default avatarJon Hunter <jonathanh@nvidia.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent e2dbd577
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2345,9 +2345,8 @@ serial {
	};

	sound {
		status = "okay";

		compatible = "nvidia,tegra186-audio-graph-card";
		status = "okay";

		dais = /* ADMAIF (FE) Ports */
		       <&admaif0_port>, <&admaif1_port>, <&admaif2_port>, <&admaif3_port>,