]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: stm32: Sort properties in audio endpoints on STM32MP15xx DHCOM PDK2
authorMarek Vasut <marex@denx.de>
Fri, 30 Aug 2024 21:56:36 +0000 (23:56 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 5 Sep 2024 09:31:55 +0000 (11:31 +0200)
Sort properties alphabetically in audio endpoints of STM32MP15xx
DHCOM PDK2 DT. No functional change.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
arch/arm/boot/dts/st/stm32mp15xx-dhcom-pdk2.dtsi

index 466d9701add0f69b4e6d8737dc0531411c190b54..22a2a204433b552d32e4009fb0e7faefc2af5299 100644 (file)
 
                        sgtl5000_tx_endpoint: endpoint@0 {
                                reg = <0>;
-                               remote-endpoint = <&sai2a_endpoint>;
-                               frame-master = <&sgtl5000_tx_endpoint>;
                                bitclock-master = <&sgtl5000_tx_endpoint>;
+                               frame-master = <&sgtl5000_tx_endpoint>;
+                               remote-endpoint = <&sai2a_endpoint>;
                        };
 
                        sgtl5000_rx_endpoint: endpoint@1 {
                                reg = <1>;
-                               remote-endpoint = <&sai2b_endpoint>;
-                               frame-master = <&sgtl5000_rx_endpoint>;
                                bitclock-master = <&sgtl5000_rx_endpoint>;
+                               frame-master = <&sgtl5000_rx_endpoint>;
+                               remote-endpoint = <&sai2b_endpoint>;
                        };
                };
 
                        sai2a_endpoint: endpoint {
                                remote-endpoint = <&sgtl5000_tx_endpoint>;
                                dai-format = "i2s";
-                               mclk-fs = <512>;
                                dai-tdm-slot-num = <2>;
                                dai-tdm-slot-width = <16>;
+                               mclk-fs = <512>;
                        };
                };
        };
                        sai2b_endpoint: endpoint {
                                remote-endpoint = <&sgtl5000_rx_endpoint>;
                                dai-format = "i2s";
-                               mclk-fs = <512>;
                                dai-tdm-slot-num = <2>;
                                dai-tdm-slot-width = <16>;
+                               mclk-fs = <512>;
                        };
                };
        };