Message ID | 1374242333-6852-1-git-send-email-lee.jones@linaro.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri 2013-07-19 14:58:32, Lee Jones wrote: > Signed-off-by: Lee Jones <lee.jones@linaro.org> Why? Pavel > diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts > index 3d580d6..46fd8af 100644 > --- a/arch/arm/boot/dts/hrefv60plus.dts > +++ b/arch/arm/boot/dts/hrefv60plus.dts > @@ -26,7 +26,7 @@ > > soc { > i2c@80110000 { > - bu21013_tp@0x5c { > + bu21013_tp@5c { > reset-gpio = <&gpio4 15 0x4>; > }; > };
On Tue, 30 Jul 2013, Pavel Machek wrote: > On Fri 2013-07-19 14:58:32, Lee Jones wrote: > > Signed-off-by: Lee Jones <lee.jones@linaro.org> > > Why? Convention. > > diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts > > index 3d580d6..46fd8af 100644 > > --- a/arch/arm/boot/dts/hrefv60plus.dts > > +++ b/arch/arm/boot/dts/hrefv60plus.dts > > @@ -26,7 +26,7 @@ > > > > soc { > > i2c@80110000 { > > - bu21013_tp@0x5c { > > + bu21013_tp@5c { > > reset-gpio = <&gpio4 15 0x4>; > > }; > > }; >
diff --git a/arch/arm/boot/dts/hrefv60plus.dts b/arch/arm/boot/dts/hrefv60plus.dts index 3d580d6..46fd8af 100644 --- a/arch/arm/boot/dts/hrefv60plus.dts +++ b/arch/arm/boot/dts/hrefv60plus.dts @@ -26,7 +26,7 @@ soc { i2c@80110000 { - bu21013_tp@0x5c { + bu21013_tp@5c { reset-gpio = <&gpio4 15 0x4>; }; };
Signed-off-by: Lee Jones <lee.jones@linaro.org> --- arch/arm/boot/dts/hrefv60plus.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)