diff options
author | Marek Vasut <marex@denx.de> | 2021-12-30 23:46:47 +0100 |
---|---|---|
committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2022-01-24 10:57:56 +0100 |
commit | 332facce6f5669fc1bb8d150c08cee2ebdae6d2b (patch) | |
tree | 8713e760cf0312adeb770b69599f5f0fa95f9c8b /arch/arm/dts/stm32mp15xx-dhcom-picoitx-u-boot.dtsi | |
parent | 6b8bd7090485bfaa52356ec7d5518b95cc49c3d1 (diff) | |
download | u-boot-332facce6f5669fc1bb8d150c08cee2ebdae6d2b.tar.gz u-boot-332facce6f5669fc1bb8d150c08cee2ebdae6d2b.tar.bz2 u-boot-332facce6f5669fc1bb8d150c08cee2ebdae6d2b.zip |
ARM: dts: stm32: Synchronize DHCOM DTs with Linux 5.15.12
Synchronize DH DHCOM DTs with Linux commit 25960cafa06e ("Linux 5.15.12").
There is no functional change to the resulting DTs. The eeprom0 alias and
PHY reset GPIO are now reinstated in SoM u-boot dtsi.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Diffstat (limited to 'arch/arm/dts/stm32mp15xx-dhcom-picoitx-u-boot.dtsi')
-rw-r--r-- | arch/arm/dts/stm32mp15xx-dhcom-picoitx-u-boot.dtsi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/dts/stm32mp15xx-dhcom-picoitx-u-boot.dtsi b/arch/arm/dts/stm32mp15xx-dhcom-picoitx-u-boot.dtsi index 3cac663d98..5bc6698f87 100644 --- a/arch/arm/dts/stm32mp15xx-dhcom-picoitx-u-boot.dtsi +++ b/arch/arm/dts/stm32mp15xx-dhcom-picoitx-u-boot.dtsi @@ -11,4 +11,8 @@ }; }; -/delete-node/ &ksz8851; +/delete-node/ &ks8851; + +&usbotg_hs { + dr_mode = "peripheral"; +}; |