From mboxrd@z Thu Jan 1 00:00:00 1970 From: lee.jones@linaro.org (Lee Jones) Date: Mon, 22 Jul 2013 11:52:37 +0100 Subject: [PATCH 18/22] ARM: dts: Remove '0x's from OMAP5 DTS file In-Reply-To: <1374490361-25769-1-git-send-email-lee.jones@linaro.org> References: <1374490361-25769-1-git-send-email-lee.jones@linaro.org> Message-ID: <1374490361-25769-18-git-send-email-lee.jones@linaro.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Cc: Beno?t Cousson Cc: Tony Lindgren Cc: linux-omap at vger.kernel.org Signed-off-by: Lee Jones --- arch/arm/boot/dts/omap5.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi index e643620..be58604 100644 --- a/arch/arm/boot/dts/omap5.dtsi +++ b/arch/arm/boot/dts/omap5.dtsi @@ -604,7 +604,7 @@ ti,hwmods = "wd_timer2"; }; - emif1: emif at 0x4c000000 { + emif1: emif at 4c000000 { compatible = "ti,emif-4d5"; ti,hwmods = "emif1"; phy-type = <2>; /* DDR PHY type: Intelli PHY */ @@ -615,7 +615,7 @@ hw-caps-temp-alert; }; - emif2: emif at 0x4d000000 { + emif2: emif at 4d000000 { compatible = "ti,emif-4d5"; ti,hwmods = "emif2"; phy-type = <2>; /* DDR PHY type: Intelli PHY */ -- 1.8.1.2