diff mbox series

[3/3] ARM: dts: imx6ull: Fix i.MX6ULL/ULZ ocotp compatible

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

Commit Message

Stefan Wahren Dec. 11, 2018, 1:51 p.m. UTC
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(+)

Comments

Shawn Guo Jan. 15, 2019, 2:53 p.m. UTC | #1
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 mbox series

Patch

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 {