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

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
......@@ -30,6 +30,10 @@ &cpu0 {
>;
};
&ocotp {
compatible = "fsl,imx6ull-ocotp", "syscon";
};
/ {
soc {
aips3: aips-bus@2200000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment