summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2024-08-30 23:56:37 +0200
committerAlexandre Torgue <alexandre.torgue@foss.st.com>2024-09-05 11:31:56 +0200
commit5afb9b98a748ab9c6d5800aa62d90aaa5a28daa2 (patch)
treeb8379f91600518d6e04368c575c596b812d355bc /arch/arm/boot/dts
parent2ac59e0957f8ab61eed226196f9532cc5e1b8fac (diff)
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>
Diffstat (limited to 'arch/arm/boot/dts')
-rw-r--r--arch/arm/boot/dts/st/stm32mp15xx-dhcom-pdk2.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/st/stm32mp15xx-dhcom-pdk2.dtsi b/arch/arm/boot/dts/st/stm32mp15xx-dhcom-pdk2.dtsi
index 22a2a204433b..ea933da64903 100644
--- a/arch/arm/boot/dts/st/stm32mp15xx-dhcom-pdk2.dtsi
+++ b/arch/arm/boot/dts/st/stm32mp15xx-dhcom-pdk2.dtsi
@@ -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>;
};
};