All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] IMXRT: Maintnice updates
@ 2022-03-17 18:33 Jesse Taube
  2022-03-17 18:33 ` [PATCH v2 1/4] clk: imxrt: Use dts for anatop base address Jesse Taube
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Jesse Taube @ 2022-03-17 18:33 UTC (permalink / raw)
  To: u-boot
  Cc: sbabic, festevam, festevam, uboot-imx, giulio.benetti, lukma,
	seanga2, sjg, jagan, kever.yang, andre.przywara, pbrobinson,
	tharvey, paul.liu, christianshewitt, Mr.Bossman075, samuel

Updates to the imxrt family include:
- Adding missing include in board
- Moving pinctrl binding to dts
- Reducing SYS_MALLOC_LEN
- Using device tree for anatop base address

Jesse Taube (4):
  clk: imxrt: Use dts for anatop base address
  configs/*imxrt10*: SYS_MALLOC_LEN is too large
  ARM: dts: imxrt10..-evk: Linux moved pins-imxrt1020 to dts
  board: freescale: imxrt10..-evk: Fix missing include of serial.h

 arch/arm/dts/imxrt1020-evk-u-boot.dtsi                       | 4 ++++
 arch/arm/dts/imxrt1020-evk.dts                               | 2 +-
 .../pins-imxrt1020.h => arch/arm/dts/imxrt1020-pinfunc.h     | 0
 arch/arm/dts/imxrt1020.dtsi                                  | 5 +++++
 arch/arm/dts/imxrt1050-evk-u-boot.dtsi                       | 4 ++++
 arch/arm/dts/imxrt1050-evk.dts                               | 2 +-
 .../pins-imxrt1050.h => arch/arm/dts/imxrt1050-pinfunc.h     | 0
 arch/arm/dts/imxrt1050.dtsi                                  | 5 +++++
 arch/arm/include/asm/arch-imxrt/imx-regs.h                   | 2 --
 board/freescale/imxrt1020-evk/imxrt1020-evk.c                | 1 +
 board/freescale/imxrt1050-evk/imxrt1050-evk.c                | 1 +
 configs/imxrt1020-evk_defconfig                              | 2 +-
 configs/imxrt1050-evk_defconfig                              | 2 +-
 drivers/clk/imx/clk-imxrt1020.c                              | 2 +-
 drivers/clk/imx/clk-imxrt1050.c                              | 2 +-
 15 files changed, 26 insertions(+), 8 deletions(-)
 rename include/dt-bindings/pinctrl/pins-imxrt1020.h => arch/arm/dts/imxrt1020-pinfunc.h (100%)
 rename include/dt-bindings/pinctrl/pins-imxrt1050.h => arch/arm/dts/imxrt1050-pinfunc.h (100%)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-04-12 21:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-17 18:33 [PATCH v2 0/4] IMXRT: Maintnice updates Jesse Taube
2022-03-17 18:33 ` [PATCH v2 1/4] clk: imxrt: Use dts for anatop base address Jesse Taube
2022-04-12 21:39   ` sbabic
2022-03-17 18:33 ` [PATCH v2 2/4] configs/*imxrt10*: SYS_MALLOC_LEN is too large Jesse Taube
2022-04-12 21:39   ` sbabic
2022-03-17 18:33 ` [PATCH v2 3/4] ARM: dts: imxrt10..-evk: Linux moved pins-imxrt1020 to dts Jesse Taube
2022-04-12 21:40   ` sbabic
2022-03-17 18:33 ` [PATCH v2 4/4] board: freescale: imxrt10..-evk: Fix missing include of serial.h Jesse Taube
2022-04-12 21:39   ` sbabic
2022-03-21  1:52 ` [PATCH v2 0/4] IMXRT: Maintnice updates Peng Fan (OSS)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.