Merge tag 'imx-soc-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo...
authorArnd Bergmann <arnd@arndb.de>
Fri, 14 Apr 2023 12:04:03 +0000 (14:04 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 14 Apr 2023 12:04:03 +0000 (14:04 +0200)
commita8739ac16342d49b6276ccdc85a133df8d8fde4f
treece9b8a68bcd25848d8d51e1a5bce66679c739994
parent27994cb07cca9203e9d5d6b9465e1e193ec0889a
parent614bef7e2727f35ff7edb7f41354e4e5c655590c
Merge tag 'imx-soc-6.4' of git://git./linux/kernel/git/shawnguo/linux into soc/arm

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.

* tag 'imx-soc-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
  ARM: imx: Use of_property_read_bool() for boolean properties
  ARM: mxs: Use of_property_present() for testing DT property presence
  ARM: mach-imx: imx6ul: remove not optional ethernet refclock overwrite
  ARM: imx6q: skip ethernet refclock reconfiguration if enet_clk_ref is present

Link: https://lore.kernel.org/r/20230408101928.280271-2-shawnguo@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>