From f243bc821ee372ab499302c5ceacfd8dff8c438f Mon Sep 17 00:00:00 2001 From: Stefan Wahren Date: Tue, 11 Dec 2018 14:51:13 +0100 Subject: [PATCH] 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 Signed-off-by: Shawn Guo --- arch/arm/boot/dts/imx6ull.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi index f3668fe69eac..9cd1a48dc2ef 100644 --- a/arch/arm/boot/dts/imx6ull.dtsi +++ b/arch/arm/boot/dts/imx6ull.dtsi @@ -30,6 +30,10 @@ >; }; +&ocotp { + compatible = "fsl,imx6ull-ocotp", "syscon"; +}; + / { soc { aips3: aips-bus@2200000 { -- 2.11.0