From d916ae12bfdf05e3125e5ab2612ca0ff47f08e04 Mon Sep 17 00:00:00 2001 From: Steffen Trumtrar Date: Tue, 31 Jul 2018 12:44:36 +0200 Subject: ARM: dts: socfpga: Fix achilles dtc warnings The newer dtc has stricter checks on devicetrees. Fix the warnings. Signed-off-by: Steffen Trumtrar Signed-off-by: Sascha Hauer --- arch/arm/dts/socfpga_arria10_achilles.dts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/arm/dts/socfpga_arria10_achilles.dts b/arch/arm/dts/socfpga_arria10_achilles.dts index 059a92c413..36be662990 100644 --- a/arch/arm/dts/socfpga_arria10_achilles.dts +++ b/arch/arm/dts/socfpga_arria10_achilles.dts @@ -93,17 +93,17 @@ &i2c0 { status = "okay"; - tempsensor: ti,tmp102@0x48 { + tempsensor: ti,tmp102@48 { compatible = "ti,tmp102"; reg = <0x48>; }; - rtc: nxp,pcf8563@0x51 { + rtc: nxp,pcf8563@51 { compatible = "nxp,pcf8563"; reg = <0x51>; }; - eeprom: at24@0x54 { + eeprom: at24@54 { compatible = "at24"; reg = <0x54>; bytelen = <256>; -- cgit v1.2.3