commit | 740ef53d3fba42c2e571deb415dd8bd45e4926fa | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Fri Feb 18 13:28:43 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 07 11:36:12 2022 -0500 |
tree | b5a9f74747f9b307f967d99e3c1b18c822cd8ba2 | |
parent | 95efc8eb33ef9cee3a5baff00eb056c9bed4655a [diff] |
arm: dts: Add DTS description for MMC2 am33xx devices This code has been ported from Linux v5.16.9 arch/arm/boot/dts/am33xx.dtsi file to allow correct usage of MMC2 controller in U-Boot. This IP block is a bit specific as it is connected to L3 interconnect bus, whereas mmc[01] are connected to L4. Proper configuration of this block (including providing clock) is handled in ti-sysc.c driver. Signed-off-by: Lukasz Majewski <lukma@denx.de>