commit | 4a9099ef1c77c4a166509a811d15694309bd4c17 | [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 | ab9e48f0961aee82c4427987fc58a32164889c58 [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>