commit | 7b27932f6a661c09199e3516672fab00bcaf8a93 | [log] [tgz] |
---|---|---|
author | Stephan Gerhold <stephan@gerhold.net> | Sat Aug 07 15:07:20 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 01 19:25:37 2021 -0400 |
tree | a04db3e9f9f2022cd8977fbaf94fc18b84cf8cee | |
parent | ca0a82b2c727e30a461a8149db02d01773a2720f [diff] |
arm: dts: u8500: Update from Linux ux500-dts-for-v5.15 Update ste-dbx5x0.dtsi, ste-ab8500.dtsi and ste-ab8505.dtsi with the changes made in upstream Linux. They are taken from https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git/ branch "ux500-dts-for-v5.15" (pending merge for Linux 5.15). The only relevant change for U-Boot here is "ARM: dts: ux500: ab8500: Link USB PHY to USB controller node" [1] which links the USB PHY to the USB controller. This is necessary on U-Boot because the PHY driver is implemented as part of the generic PHY subsystem that makes use of these bindings. [1]: https://lore.kernel.org/linux-arm-kernel/20210709182234.47232-1-stephan@gerhold.net/ Signed-off-by: Stephan Gerhold <stephan@gerhold.net>