Skip to content

Commit

Permalink
ARM: dts: Remove '0x's from OMAP5 DTS file
Browse files Browse the repository at this point in the history
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Benoit Cousson <bcousson@baylibre.com>
  • Loading branch information
Lee Jones authored and Benoit Cousson committed Oct 8, 2013
1 parent 75d71d4 commit 8906d65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/omap5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@
ti,hwmods = "wd_timer2";
};

emif1: emif@0x4c000000 {
emif1: emif@4c000000 {
compatible = "ti,emif-4d5";
ti,hwmods = "emif1";
phy-type = <2>; /* DDR PHY type: Intelli PHY */
Expand All @@ -615,7 +615,7 @@
hw-caps-temp-alert;
};

emif2: emif@0x4d000000 {
emif2: emif@4d000000 {
compatible = "ti,emif-4d5";
ti,hwmods = "emif2";
phy-type = <2>; /* DDR PHY type: Intelli PHY */
Expand Down

0 comments on commit 8906d65

Please sign in to comment.