Message ID | 1544536273-17909-4-git-send-email-stefan.wahren@i2se.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | nvmem: imx-ocotp: Implement i.MX6ULL/ULZ support | expand |
On Tue, Dec 11, 2018 at 02:51:13PM +0100, Stefan Wahren wrote: > 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> Applied, thanks.
diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi index f3668fe..9cd1a48 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 {
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> --- arch/arm/boot/dts/imx6ull.dtsi | 4 ++++ 1 file changed, 4 insertions(+)