Commit f243bc82 authored by Stefan Wahren's avatar Stefan Wahren Committed by Shawn Guo
Browse files

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: default avatarStefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent ae88c9e7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -30,6 +30,10 @@
	>;
};

&ocotp {
	compatible = "fsl,imx6ull-ocotp", "syscon";
};

/ {
	soc {
		aips3: aips-bus@2200000 {