ARM: dts: lager: Replace spaces by TABs
Make it easier to compare the file with other similar files. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Link: https://lore.kernel.org/r/20190904120114.1894-3-geert+renesas@glider.be
This commit is contained in:
parent
3b47f2292d
commit
9d6f4d4dda
|
@ -325,10 +325,10 @@
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* IIC2 and I2C2 may be switched using pinmux.
|
* IIC2 and I2C2 may be switched using pinmux.
|
||||||
* A fallback to GPIO is also provided.
|
* A fallback to GPIO is also provided.
|
||||||
*/
|
*/
|
||||||
i2chdmi: i2c-12 {
|
i2chdmi: i2c-12 {
|
||||||
compatible = "i2c-demux-pinctrl";
|
compatible = "i2c-demux-pinctrl";
|
||||||
i2c-parent = <&iic2>, <&i2c2>, <&gpioi2c2>;
|
i2c-parent = <&iic2>, <&i2c2>, <&gpioi2c2>;
|
||||||
|
|
Loading…
Reference in New Issue