From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcel Ziswiler Date: Tue, 28 Oct 2014 02:13:17 +0100 Subject: [U-Boot] [PATCH 42/42] ARM: tegra: colibri_t30: comment style fix In-Reply-To: <199314946c37108f8c7f3762eea2704f87729171.1412266972.git.marcel@ziswiler.com> References: <199314946c37108f8c7f3762eea2704f87729171.1412266972.git.marcel@ziswiler.com> Message-ID: <1414458797.2322.60.camel@localhost.localdomain> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Sorry, Tom. Found another one that hasn't quite made it in yet (;-p). On Thu, 2014-10-02 at 18:23 +0200, Marcel Ziswiler wrote: > Signed-off-by: Marcel Ziswiler > --- > arch/arm/dts/tegra30-colibri.dts | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > > diff --git a/arch/arm/dts/tegra30-colibri.dts b/arch/arm/dts/tegra30-colibri.dts > index 43d03ca..8ede0c0 100644 > --- a/arch/arm/dts/tegra30-colibri.dts > +++ b/arch/arm/dts/tegra30-colibri.dts > @@ -22,8 +22,10 @@ > reg = <0x80000000 0x40000000>; > }; > > - /* GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier > - board) */ > + /* > + * GEN1_I2C: I2C_SDA/SCL on SODIMM pin 194/196 (e.g. RTC on carrier > + * board) > + */ > i2c at 7000c000 { > status = "okay"; > clock-frequency = <100000>; > @@ -39,8 +41,10 @@ > clock-frequency = <100000>; > }; > > - /* PWR_I2C: power I2C to audio codec, PMIC, temperature sensor and > - touch screen controller */ > + /* > + * PWR_I2C: power I2C to audio codec, PMIC, temperature sensor and > + * touch screen controller > + */ > i2c at 7000d000 { > status = "okay"; > clock-frequency = <100000>;