ARM: dts: stm32: Switch bitclock/frame-master to flag on STM32MP15xx DHCOM PDK2
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>
This commit is contained in:
committed by
Alexandre Torgue
parent
2ac59e0957
commit
5afb9b98a7
@@ -191,15 +191,15 @@
|
||||
|
||||
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>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user