From 856ffde999e6366536cc14436fdec4455d05b8db Mon Sep 17 00:00:00 2001 From: "Milton D. Miller II" Date: Wed, 10 Feb 2016 19:30:28 -0600 Subject: [PATCH] arm: dts: unit address should not have 0x prefix The implied format for most bus bindings implies the uname-address part of the unit-name should be in hex without a leading 0x. Fix the one i2c bus that did not follow this convention. Signed-off-by: Milton Miller Signed-off-by: Joel Stanley --- arch/arm/boot/dts/ast2400.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/ast2400.dtsi b/arch/arm/boot/dts/ast2400.dtsi index de816a9f620a0..49516fd469235 100644 --- a/arch/arm/boot/dts/ast2400.dtsi +++ b/arch/arm/boot/dts/ast2400.dtsi @@ -159,7 +159,7 @@ interrupts = <4>; }; - i2c5: i2c-bus@0x180 { + i2c5: i2c-bus@180 { #address-cells = <1>; #size-cells = <0>; reg = <0x180 0x40>;