mbox series

[GIT,PULL,2/6] i.MX SoC changes for 6.4

Message ID 20230408101928.280271-2-shawnguo@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,1/6] i.MX drivers update for 6.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-6.4

Message

Shawn Guo April 8, 2023, 10:19 a.m. UTC
The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git tags/imx-soc-6.4

for you to fetch changes up to 614bef7e2727f35ff7edb7f41354e4e5c655590c:

  ARM: imx: Use of_property_read_bool() for boolean properties (2023-03-14 15:06:00 +0800)

----------------------------------------------------------------
i.MX SoC changes for 6.4:

- A couple of changes from Oleksij Rempel which make it possible
  to configure Ethernet refclock from device tree.
- Use common DT helpers to test DT property presence and read boolean
  properties.

----------------------------------------------------------------
Oleksij Rempel (2):
      ARM: imx6q: skip ethernet refclock reconfiguration if enet_clk_ref is present
      ARM: mach-imx: imx6ul: remove not optional ethernet refclock overwrite

Rob Herring (2):
      ARM: mxs: Use of_property_present() for testing DT property presence
      ARM: imx: Use of_property_read_bool() for boolean properties

 arch/arm/mach-imx/gpc.c         |  2 +-
 arch/arm/mach-imx/mach-imx6q.c  | 10 +++++++++-
 arch/arm/mach-imx/mach-imx6ul.c | 20 --------------------
 arch/arm/mach-mxs/mach-mxs.c    |  2 +-
 4 files changed, 11 insertions(+), 23 deletions(-)