Skip to content

Commit

Permalink
ARM: dt: tegra: consistenly use lower-case for hex constants
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Stephen Warren committed May 14, 2012
1 parent 5ff4888 commit ba04c28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/tegra-paz00.dts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
#address-cells = <1>;
#size-cells = <0>;
compatible = "nvidia,nvec";
reg = <0x7000C500 0x100>;
reg = <0x7000c500 0x100>;
interrupts = <0 92 0x04>;
clock-frequency = <80000>;
request-gpios = <&gpio 170 0>; /* gpio PV2 */
Expand Down
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/tegra20.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -48,31 +48,31 @@
#address-cells = <1>;
#size-cells = <0>;
compatible = "nvidia,tegra20-i2c";
reg = <0x7000C000 0x100>;
reg = <0x7000c000 0x100>;
interrupts = <0 38 0x04>;
};

i2c@7000c400 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "nvidia,tegra20-i2c";
reg = <0x7000C400 0x100>;
reg = <0x7000c400 0x100>;
interrupts = <0 84 0x04>;
};

i2c@7000c500 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "nvidia,tegra20-i2c";
reg = <0x7000C500 0x100>;
reg = <0x7000c500 0x100>;
interrupts = <0 92 0x04>;
};

i2c@7000d000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "nvidia,tegra20-i2c-dvc";
reg = <0x7000D000 0x200>;
reg = <0x7000d000 0x200>;
interrupts = <0 53 0x04>;
};

Expand Down
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/tegra30.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -66,23 +66,23 @@
#address-cells = <1>;
#size-cells = <0>;
compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
reg = <0x7000C000 0x100>;
reg = <0x7000c000 0x100>;
interrupts = <0 38 0x04>;
};

i2c@7000c400 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
reg = <0x7000C400 0x100>;
reg = <0x7000c400 0x100>;
interrupts = <0 84 0x04>;
};

i2c@7000c500 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
reg = <0x7000C500 0x100>;
reg = <0x7000c500 0x100>;
interrupts = <0 92 0x04>;
};

Expand All @@ -98,7 +98,7 @@
#address-cells = <1>;
#size-cells = <0>;
compatible = "nvidia,tegra30-i2c", "nvidia,tegra20-i2c";
reg = <0x7000D000 0x100>;
reg = <0x7000d000 0x100>;
interrupts = <0 53 0x04>;
};

Expand Down

0 comments on commit ba04c28

Please sign in to comment.