Skip to content
Snippets Groups Projects
Commit c7d45ff9 authored by Cooper Jr., Franklin's avatar Cooper Jr., Franklin Committed by Heiko Schocher
Browse files

ARM: dts: keystone2: add I2C aliases for davinci I2C nodes


Add aliases for I2C nodes required for the DM framework to probe the
davinci-i2c driver.

Signed-off-by: default avatarFranklin S Cooper Jr <fcooper@ti.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarHeiko Schocher <hs@denx.de>
parent 80d40ec9
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
spi0 = &spi0; spi0 = &spi0;
spi1 = &spi1; spi1 = &spi1;
spi2 = &spi2; spi2 = &spi2;
i2c0 = &i2c0;
i2c1 = &i2c1;
i2c2 = &i2c2;
}; };
chosen { chosen {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment