[PATCH 0/3] t210: miscellaneous patches

tomcwarren3959 at gmail.com tomcwarren3959 at gmail.com
Fri Mar 27 00:10:08 CET 2020


From: Tom Warren <twarren at nvidia.com>

These patches change some PLL power sequencing, remove pinmuxing
and GPIO init on T210, and adjust some load addresses to allow
for larger kernels.

JC Kuo (1):
  t210: do not enable PLLE and UPHY PLL HW PWRSEQ

Tom Warren (2):
  t210: Adjust ramdisk_addr_r/fdt_addr_r to allow for large kernels
  t210: pinmux: Remove pinmux/GPIO init from T210 boards

 arch/arm/cpu/armv8/cpu.c                           |   5 +
 arch/arm/include/asm/arch-tegra/xusb-padctl.h      |   1 +
 arch/arm/mach-tegra/board2.c                       |   6 +
 arch/arm/mach-tegra/tegra210/Makefile              |   3 +-
 arch/arm/mach-tegra/tegra210/clock.c               |  19 --
 arch/arm/mach-tegra/tegra210/pinmux.c              | 194 --------------
 arch/arm/mach-tegra/tegra210/xusb-padctl.c         |  68 +++--
 arch/arm/mach-tegra/xusb-padctl-dummy.c            |   4 +
 board/nvidia/e2220-1170/e2220-1170.c               |  21 +-
 board/nvidia/e2220-1170/pinmux-config-e2220-1170.h | 276 --------------------
 board/nvidia/p2371-0000/p2371-0000.c               |  21 +-
 board/nvidia/p2371-0000/pinmux-config-p2371-0000.h | 267 --------------------
 board/nvidia/p2371-2180/p2371-2180.c               |  21 +-
 board/nvidia/p2371-2180/pinmux-config-p2371-2180.h | 278 ---------------------
 board/nvidia/p2571/p2571.c                         |  21 +-
 board/nvidia/p2571/pinmux-config-p2571.h           | 242 ------------------
 include/configs/tegra210-common.h                  |   4 +-
 17 files changed, 66 insertions(+), 1385 deletions(-)
 delete mode 100644 arch/arm/mach-tegra/tegra210/pinmux.c
 delete mode 100644 board/nvidia/e2220-1170/pinmux-config-e2220-1170.h
 delete mode 100644 board/nvidia/p2371-0000/pinmux-config-p2371-0000.h
 delete mode 100644 board/nvidia/p2371-2180/pinmux-config-p2371-2180.h
 delete mode 100644 board/nvidia/p2571/pinmux-config-p2571.h

-- 
1.8.2.1.610.g562af5b


-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------


More information about the U-Boot mailing list