diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2016-06-14 08:00:20 -0500 |
---|---|---|
committer | Duc Dang <dhdang@apm.com> | 2016-06-20 18:13:54 -0700 |
commit | cafc4cd0c8b81caa32312d8f1d801a21beaccba1 (patch) | |
tree | a756d9c16af1d66d951df3e96a55c9e267a34d94 /Documentation | |
parent | 1a695a905c18548062509178b98bc91e67510864 (diff) | |
download | talos-op-linux-cafc4cd0c8b81caa32312d8f1d801a21beaccba1.tar.gz talos-op-linux-cafc4cd0c8b81caa32312d8f1d801a21beaccba1.zip |
arm64: dts: apm: Use lowercase consistently for hex constants
The convention in these files is to use lowercase for "0x" prefixes and for
the hex constants themselves, but a few changes didn't follow that
convention, which makes the file annoying to read.
Use lowercase consistently for the hex constants. No functional change
intended.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Duc Dang <dhdang@apm.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/apm-xgene-enet.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/net/apm-xgene-enet.txt b/Documentation/devicetree/bindings/net/apm-xgene-enet.txt index 05f705e32a4a..e41b2d59ca7f 100644 --- a/Documentation/devicetree/bindings/net/apm-xgene-enet.txt +++ b/Documentation/devicetree/bindings/net/apm-xgene-enet.txt @@ -59,8 +59,8 @@ Example: compatible = "apm,xgene-enet"; status = "disabled"; reg = <0x0 0x17020000 0x0 0xd100>, - <0x0 0X17030000 0x0 0X400>, - <0x0 0X10000000 0x0 0X200>; + <0x0 0x17030000 0x0 0x400>, + <0x0 0x10000000 0x0 0x200>; reg-names = "enet_csr", "ring_csr", "ring_cmd"; interrupts = <0x0 0x3c 0x4>; port-id = <0>; |