diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2018-12-11 14:51:13 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-02-11 09:22:24 +0800 |
commit | f243bc821ee372ab499302c5ceacfd8dff8c438f (patch) | |
tree | 7f110ffdad7514a0e82c136f4af931f81513a52a /arch/arm/boot | |
parent | ae88c9e783fa1a4dbfc00b81a770d954ed904730 (diff) |
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6ull.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi index f3668fe69eac..9cd1a48dc2ef 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 { |