]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ARM: mach-imx: imx6sx: Remove Ethernet refclock setting
authorFabio Estevam <festevam@denx.de>
Sat, 29 Jun 2024 02:47:35 +0000 (23:47 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 5 Aug 2024 07:26:30 +0000 (15:26 +0800)
commit9c26327ee71af934b924ac374681518f60f226e7
treeb951f7b7d4b87b0640fd71f3494ee8c6538e8273
parent8400291e289ee6b2bf9779ff1c83a291501f017b
ARM: mach-imx: imx6sx: Remove Ethernet refclock setting

The Ethernet refclock configuration is board specific and should
not be harcoded in machine code.

Remove it to align with the imx6ul commit e87f3be1c7f8 ("ARM: mach-imx:
imx6ul: remove not optional ethernet refclock overwrite").

Clearing bits 13 and 17 of GPR1 is the POR values, so this change
does not affect existing boards in mainline.

Tested on imx6sx-udoo-neo and imx6sx-sdb boards.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/mach-imx6sx.c