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>
This commit is contained in:
Stefan Wahren 2018-12-11 14:51:13 +01:00 committed by Shawn Guo
parent ae88c9e783
commit f243bc821e

View file

@ -30,6 +30,10 @@
>;
};
&ocotp {
compatible = "fsl,imx6ull-ocotp", "syscon";
};
/ {
soc {
aips3: aips-bus@2200000 {