Skip to content

Commit

Permalink
ARM: shmobile: r8a7779: Remove '0x's from R8A7779 DTS file
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Lee Jones authored and Simon Horman committed Jul 30, 2013
1 parent fee529d commit 98724b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/boot/dts/r8a7779.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
sense-bitfield-width = <2>;
};

i2c0: i2c@0xffc70000 {
i2c0: i2c@ffc70000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "renesas,rmobile-iic";
Expand All @@ -74,7 +74,7 @@
interrupts = <0 79 0x4>;
};

i2c1: i2c@0xffc71000 {
i2c1: i2c@ffc71000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "renesas,rmobile-iic";
Expand All @@ -83,7 +83,7 @@
interrupts = <0 82 0x4>;
};

i2c2: i2c@0xffc72000 {
i2c2: i2c@ffc72000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "renesas,rmobile-iic";
Expand All @@ -92,7 +92,7 @@
interrupts = <0 80 0x4>;
};

i2c3: i2c@0xffc73000 {
i2c3: i2c@ffc73000 {
#address-cells = <1>;
#size-cells = <0>;
compatible = "renesas,rmobile-iic";
Expand Down

0 comments on commit 98724b7

Please sign in to comment.