msm: copper: Fix casing of dts names
The hex offsets that are part of node names in the DTS are required to
use lowercase hex characters. By convention, the constants used
within the code are also in lower case. Fix inconsistent casing, and
always use lower case.
Change-Id: I86e096c5aebb9011a5c12a4a2d558dedee5eb09a
Signed-off-by: David Brown <davidb@codeaurora.org>
diff --git a/Documentation/devicetree/bindings/mmc/msm_sdcc.txt b/Documentation/devicetree/bindings/mmc/msm_sdcc.txt
index 4fb653e..084050e 100644
--- a/Documentation/devicetree/bindings/mmc/msm_sdcc.txt
+++ b/Documentation/devicetree/bindings/mmc/msm_sdcc.txt
@@ -24,13 +24,13 @@
Example:
- qcom,sdcc@F9600000 {
+ qcom,sdcc@f9600000 {
/* SDC1 used as eMMC slot */
cell-index = <1>;
compatible = "qcom,msm-sdcc";
- reg = <0xF9600000 0x800 // SDCC register interface
- 0xF9600800 0x1800 // DML register interface
- 0xF9602000 0x2000> // BAM register interface
+ reg = <0xf9600000 0x800 // SDCC register interface
+ 0xf9600800 0x1800 // DML register interface
+ 0xf9602000 0x2000> // BAM register interface
interrupts = <123>;
qcom,sdcc-clk-rates = <400000 24000000 48000000>;
diff --git a/Documentation/devicetree/bindings/usb/msm-hsusb.txt b/Documentation/devicetree/bindings/usb/msm-hsusb.txt
index c1399ae..95ddf34 100644
--- a/Documentation/devicetree/bindings/usb/msm-hsusb.txt
+++ b/Documentation/devicetree/bindings/usb/msm-hsusb.txt
@@ -35,16 +35,16 @@
- qcom,hsusb-otg-pmic-id-irq: ID, routed to PMIC IRQ number
Example HSUSB OTG controller device node :
- usb@F9690000 {
+ usb@f9690000 {
compatible = "qcom,hsusb-otg";
- reg = <0xF9690000 0x400>;
+ reg = <0xf9690000 0x400>;
interrupts = <134>;
qcom,hsusb-otg-phy-type = <2>;
qcom,hsusb-otg-mode = <1>;
qcom,hsusb-otg-otg-control = <1>;
qcom,hsusb-otg-default-mode = <2>;
- qcom,hsusb-otg-phy-init-seq = <0x01 0x90 0xFFFFFFFF>;
+ qcom,hsusb-otg-phy-init-seq = <0x01 0x90 0xffffffff>;
qcom,hsusb-otg-power-budget = <500>;
qcom,hsusb-otg-pclk-src-name = "dfab_usb_clk";
qcom,hsusb-otg-pmic-id-irq = <47>
diff --git a/arch/arm/boot/dts/msmcopper.dts b/arch/arm/boot/dts/msmcopper.dts
index 57ad77a..08c16fa 100644
--- a/arch/arm/boot/dts/msmcopper.dts
+++ b/arch/arm/boot/dts/msmcopper.dts
@@ -27,15 +27,15 @@
interrupts = <1 2 0>;
};
- serial@F991F000 {
+ serial@f991f000 {
compatible = "qcom,msm-lsuart-v14";
- reg = <0xF991F000 0x1000>;
+ reg = <0xf991f000 0x1000>;
interrupts = <0 109 0>;
};
- usb@F9A55000 {
+ usb@f9a55000 {
compatible = "qcom,hsusb-otg";
- reg = <0xF9A55000 0x400>;
+ reg = <0xf9a55000 0x400>;
interrupts = <0 134 0>;
qcom,hsusb-otg-phy-type = <2>;
@@ -43,10 +43,10 @@
qcom,hsusb-otg-otg-control = <1>;
};
- qcom,sdcc@F980B000 {
+ qcom,sdcc@f980b000 {
cell-index = <1>;
compatible = "qcom,msm-sdcc";
- reg = <0xF980B000 0x1000>;
+ reg = <0xf980b000 0x1000>;
interrupts = <0 123 0>;
qcom,sdcc-clk-rates = <400000 24000000 48000000>;
@@ -56,10 +56,10 @@
qcom,sdcc-disable_cmd23;
};
- qcom,sdcc@F984B000 {
+ qcom,sdcc@f984b000 {
cell-index = <3>;
compatible = "qcom,msm-sdcc";
- reg = <0xF984B000 0x1000>;
+ reg = <0xf984b000 0x1000>;
interrupts = <0 127 0>;
qcom,sdcc-clk-rates = <400000 24000000 48000000>;
@@ -68,10 +68,10 @@
qcom,sdcc-disable_cmd23;
};
- qcom,sps@F9980000 {
+ qcom,sps@f9980000 {
compatible = "qcom,msm_sps";
- reg = <0xF9984000 0x15000>,
- <0xF9999000 0xB000>;
+ reg = <0xf9984000 0x15000>,
+ <0xf9999000 0xb000>;
interrupts = <0 94 0>;
qcom,bam-dma-res-pipes = <6>;