]> www.infradead.org Git - linux.git/commitdiff
ARM: dts: stm32: Switch bitclock/frame-master to flag on STM32MP15xx DHCOM PDK2
authorMarek Vasut <marex@denx.de>
Fri, 30 Aug 2024 21:56:37 +0000 (23:56 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 5 Sep 2024 09:31:56 +0000 (11:31 +0200)
Switch the bitclock-master and frame-master properties from phandle to
flag on STM32MP15xx DHCOM PDK2. There is no real reason to use phandle
in this system DT, since the phandle points to the endpoint node which
contains the property itself. Simplify the 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 22a2a204433b552d32e4009fb0e7faefc2af5299..ea933da64903ce7e0bd7943bd2dde971819d9286 100644 (file)
 
                        sgtl5000_tx_endpoint: endpoint@0 {
                                reg = <0>;
-                               bitclock-master = <&sgtl5000_tx_endpoint>;
-                               frame-master = <&sgtl5000_tx_endpoint>;
+                               bitclock-master;
+                               frame-master;
                                remote-endpoint = <&sai2a_endpoint>;
                        };
 
                        sgtl5000_rx_endpoint: endpoint@1 {
                                reg = <1>;
-                               bitclock-master = <&sgtl5000_rx_endpoint>;
-                               frame-master = <&sgtl5000_rx_endpoint>;
+                               bitclock-master;
+                               frame-master;
                                remote-endpoint = <&sai2b_endpoint>;
                        };
                };