diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-03-28 21:59:28 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-01 08:42:16 -0400 |
commit | 69d75a02db28c8bb04a4a70b1a577d571fc8e800 (patch) | |
tree | 2e721b28b48bae1ebad9026efb01e11cfa8500ad /arch/arm/boot/dts/imx28.dtsi | |
parent | 974a9af5320028bad0c4c17a67353edc4e5a1997 (diff) |
ARM: mxs: get ocotp base address from device tree
Instead of using the static definitions, get ocotp base address from
device tree with mapping.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi index 56d84bf208c7..64af2381c1b0 100644 --- a/arch/arm/boot/dts/imx28.dtsi +++ b/arch/arm/boot/dts/imx28.dtsi | |||
@@ -677,6 +677,7 @@ | |||
677 | }; | 677 | }; |
678 | 678 | ||
679 | ocotp@8002c000 { | 679 | ocotp@8002c000 { |
680 | compatible = "fsl,ocotp"; | ||
680 | reg = <0x8002c000 0x2000>; | 681 | reg = <0x8002c000 0x2000>; |
681 | status = "disabled"; | 682 | status = "disabled"; |
682 | }; | 683 | }; |