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

ARM: dts: imx6ull: Fix i.MX6ULL/ULZ ocotp compatible

Since imx6ulz.dtsi includes imx6ull.dtsi, we only need to fix the compatible
string here to achieve the correct OTP size for both SoCs.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Stefan Wahren and committed by
Shawn Guo
f243bc82 ae88c9e7

+4
+4
arch/arm/boot/dts/imx6ull.dtsi
··· 30 30 >; 31 31 }; 32 32 33 + &ocotp { 34 + compatible = "fsl,imx6ull-ocotp", "syscon"; 35 + }; 36 + 33 37 / { 34 38 soc { 35 39 aips3: aips-bus@2200000 {