ARM: dts: msm: Enable i2c se4 device node

Enable i2c device node and create alias for i2c slave node and
i2c master node for cinder soc.

Change-Id: Ic9b21dd6a884a72e18c86c34280bf6ceba329ed1
This commit is contained in:
Swetha Nagapuri
2022-10-17 10:06:52 +05:30
parent d8fc83159c
commit f4f50d3467

View File

@@ -29,6 +29,8 @@
hsuart1 = &qupv3_se8_4uart; /* IPC HSUART Instance */
hsuart2 = &qupv3_se13_4uart; /* Time Sync UART */
i2c0 = &qupv3_se5_i2c;
i2c1 = &i2c_slave;
i2c2 = &qupv3_se4_i2c;
};
firmware: firmware { };
@@ -1586,6 +1588,14 @@
status = "ok";
};
&qupv3_se4_i2c {
status = "ok";
};
&i2c_slave {
status = "ok";
};
&qupv3_se7_2uart {
status = "ok";
};