commit | 69d75a02db28c8bb04a4a70b1a577d571fc8e800 | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Fri Mar 29 09:59:28 2013 +0800 |
committer | Shawn Guo <shawn.guo@linaro.org> | Mon Apr 01 20:42:16 2013 +0800 |
tree | 2e721b28b48bae1ebad9026efb01e11cfa8500ad | |
parent | 974a9af5320028bad0c4c17a67353edc4e5a1997 [diff] [blame] |
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>
diff --git a/arch/arm/boot/dts/imx23.dtsi b/arch/arm/boot/dts/imx23.dtsi index 30b410b..ad2d793 100644 --- a/arch/arm/boot/dts/imx23.dtsi +++ b/arch/arm/boot/dts/imx23.dtsi
@@ -322,6 +322,7 @@ }; ocotp@8002c000 { + compatible = "fsl,ocotp"; reg = <0x8002c000 0x2000>; status = "disabled"; };