OSDN Git Service

ARM: dts: imx6ull: Fix i.MX6ULL/ULZ ocotp compatible
authorStefan Wahren <stefan.wahren@i2se.com>
Tue, 11 Dec 2018 13:51:13 +0000 (14:51 +0100)
committerShawn Guo <shawnguo@kernel.org>
Mon, 11 Feb 2019 01:22:24 +0000 (09:22 +0800)
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>
arch/arm/boot/dts/imx6ull.dtsi

index f3668fe..9cd1a48 100644 (file)
        >;
 };
 
+&ocotp {
+       compatible = "fsl,imx6ull-ocotp", "syscon";
+};
+
 / {
        soc {
                aips3: aips-bus@2200000 {