]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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 f3668fe69eaced1fcd539d2ddac99ba3b8591fcc..9cd1a48dc2ef998a386ad2d85ef117ff5eaff7bc 100644 (file)
@@ -30,6 +30,10 @@ &cpu0 {
        >;
 };
 
+&ocotp {
+       compatible = "fsl,imx6ull-ocotp", "syscon";
+};
+
 / {
        soc {
                aips3: aips-bus@2200000 {