Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx7s: Do not claim i.MX51 compatibility for SRC

System Reset Controller in i.MX7 doesn't have any commonality with IP
block found in i.MX5 and i.MX6 SoC families. Given that and the new
upstream driver for i.MX7 variant (see
https://lkml.org/lkml/2017/2/21/466) remove "fsl,imx51-src" from
compatibility string.

Cc: yurovsky@gmail.com
Cc: Fabio Estevam <fabio.estevam@nxp.com>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: devicetree@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Andrey Smirnov and committed by
Shawn Guo
e6e9d8ec 7fdebe49

+1 -1
+1 -1
arch/arm/boot/dts/imx7s.dtsi
··· 558 558 }; 559 559 560 560 src: src@30390000 { 561 - compatible = "fsl,imx7d-src", "fsl,imx51-src", "syscon"; 561 + compatible = "fsl,imx7d-src", "syscon"; 562 562 reg = <0x30390000 0x10000>; 563 563 interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>; 564 564 #reset-cells = <1>;