summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/stih410-b2120.dts
diff options
context:
space:
mode:
authorAlain Volmat <avolmat@me.com>2022-02-11 19:16:13 +0100
committerPatrice Chotard <patrice.chotard@foss.st.com>2022-02-15 18:08:28 +0100
commit4b151244ff2142713994f17367375c85dcbd25ad (patch)
treef8db4f2267072d7c136fda5c5b863c1980ff0394 /arch/arm/boot/dts/stih410-b2120.dts
parenta7436e34e9732f17a6a08c5f322b81865d94d475 (diff)
ARM: dts: sti: move usb picophy nodes out of soc in stih410.dtsi
Move the usb2_picophy1 and usb2_picophy2 nodes out of the soc section. Since they are controlled via syscfg, there is no reg property needed, which is required when having the node within the soc section. Modification is done within stih410.dtsi and within related board dts files (stih410-b2120.dts, stih410-b2260.dts). Signed-off-by: Alain Volmat <avolmat@me.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com> Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'arch/arm/boot/dts/stih410-b2120.dts')
-rw-r--r--arch/arm/boot/dts/stih410-b2120.dts16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/stih410-b2120.dts b/arch/arm/boot/dts/stih410-b2120.dts
index 9d3b118f5f0f..538ff98ca1b1 100644
--- a/arch/arm/boot/dts/stih410-b2120.dts
+++ b/arch/arm/boot/dts/stih410-b2120.dts
@@ -24,6 +24,14 @@
ethernet0 = &ethernet0;
};
+ usb2_picophy1: phy2 {
+ status = "okay";
+ };
+
+ usb2_picophy2: phy3 {
+ status = "okay";
+ };
+
soc {
mmc0: sdhci@9060000 {
@@ -33,14 +41,6 @@
sd-uhs-ddr50;
};
- usb2_picophy1: phy2@0 {
- status = "okay";
- };
-
- usb2_picophy2: phy3@0 {
- status = "okay";
- };
-
ohci0: usb@9a03c00 {
status = "okay";
};