diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-04-28 06:01:18 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-06-17 12:04:21 +0400 |
commit | 28dff109e4232770fafb947c30a67428a6c9bf28 (patch) | |
tree | 2f7a44fd38dc235b46c8e8f29d4139ae10e5862d /arch/arm/boot | |
parent | 60984bdfcfbcf976dd988c121b550c521fe5668a (diff) | |
download | linux-28dff109e4232770fafb947c30a67428a6c9bf28.tar.xz |
ARM: dts: imx6qdl: remove redundant ocotp node
There is a redundant ocotp node. Remove it.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index 92169e65040a..42e461c113c3 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -754,11 +754,6 @@ reg = <0x021bc000 0x4000>; }; - ocotp@021c0000 { - reg = <0x021c0000 0x4000>; - interrupts = <0 21 0x04>; - }; - tzasc@021d0000 { /* TZASC1 */ reg = <0x021d0000 0x4000>; interrupts = <0 108 0x04>; |