Skip to content
Snippets Groups Projects
Commit 839e4f7c authored by Marcel Ziswiler's avatar Marcel Ziswiler Committed by Tom Warren
Browse files

ARM: tegra: colibri_t30: comment style fix

parent e3bf81b1
No related branches found
No related tags found
No related merge requests found
...@@ -27,8 +27,10 @@ ...@@ -27,8 +27,10 @@
reg = <0x80000000 0x40000000>; 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@7000c000 { i2c@7000c000 {
status = "okay"; status = "okay";
clock-frequency = <100000>; clock-frequency = <100000>;
...@@ -44,8 +46,10 @@ ...@@ -44,8 +46,10 @@
clock-frequency = <100000>; 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@7000d000 { i2c@7000d000 {
status = "okay"; status = "okay";
clock-frequency = <100000>; clock-frequency = <100000>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment