From: Jesse Taube <mr.bossman075@gmail.com>
To: u-boot@lists.denx.de
Cc: sbabic@denx.de, festevam@gmail.com, festevam@denx.de,
uboot-imx@nxp.com, giulio.benetti@benettiengineering.com,
lukma@denx.de, seanga2@gmail.com, sjg@chromium.org,
jagan@amarulasolutions.com, kever.yang@rock-chips.com,
andre.przywara@arm.com, pbrobinson@gmail.com,
tharvey@gateworks.com, paul.liu@linaro.org,
christianshewitt@gmail.com, Mr.Bossman075@gmail.com,
samuel@sholland.org
Subject: [PATCH v2 0/4] IMXRT: Maintnice updates
Date: Thu, 17 Mar 2022 14:33:17 -0400 [thread overview]
Message-ID: <20220317183321.315249-1-Mr.Bossman075@gmail.com> (raw)
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
next reply other threads:[~2022-03-17 18:34 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-17 18:33 Jesse Taube [this message]
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)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220317183321.315249-1-Mr.Bossman075@gmail.com \
--to=mr.bossman075@gmail.com \
--cc=andre.przywara@arm.com \
--cc=christianshewitt@gmail.com \
--cc=festevam@denx.de \
--cc=festevam@gmail.com \
--cc=giulio.benetti@benettiengineering.com \
--cc=jagan@amarulasolutions.com \
--cc=kever.yang@rock-chips.com \
--cc=lukma@denx.de \
--cc=paul.liu@linaro.org \
--cc=pbrobinson@gmail.com \
--cc=samuel@sholland.org \
--cc=sbabic@denx.de \
--cc=seanga2@gmail.com \
--cc=sjg@chromium.org \
--cc=tharvey@gateworks.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-imx@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox