msm: Fix names used in the crypto driver.

The mentioned device data entries were defined earlier in a patch but
does not match the relevant documentation. In due course of merging/
auto-rebasing on the initial patch (that added these entries), the
changes in this file was replaced with the incorrect ones, which got
merged.

This patch corrects the entries as per the documentation by doing the
following:
  -Add reg-names to refer to the crypto register base and bam register
   base.
  -Rename "bam-pipes" to "bame-pipe-pair".

Change-Id: I47974b3c12500ca70ea46fcd58841af741461004
Signed-off-by: Ramesh Masavarapu <rameshm@codeaurora.org>
diff --git a/arch/arm/boot/dts/msm8974.dtsi b/arch/arm/boot/dts/msm8974.dtsi
index 4c4510c..0b7d2c5 100644
--- a/arch/arm/boot/dts/msm8974.dtsi
+++ b/arch/arm/boot/dts/msm8974.dtsi
@@ -685,16 +685,18 @@
 		compatible = "qcom,qcedev";
 		reg = <0xfd440000 0x20000>,
 		      <0xfd444000 0x8000>;
+		reg-names = "crypto-base","crypto-bam-base";
 		interrupts = <0 235 0>;
-		qcom,bam-pipes = <0>;
+		qcom,bam-pipe-pair = <0>;
 	};
 
         qcom,qcrypto@fd444000 {
 		compatible = "qcom,qcrypto";
 		reg = <0xfd440000 0x20000>,
 		      <0xfd444000 0x8000>;
+		reg-names = "crypto-base","crypto-bam-base";
 		interrupts = <0 235 0>;
-		qcom,bam-pipes = <1>;
+		qcom,bam-pipe-pair = <1>;
 	};
 
 	qcom,usbbam@f9304000 {