linux-brain/arch/arm/boot/dts/imx7ulp-evkb-sensors-to-i2c5.dts
Adriana Reus 6e65f83857 MLK-14451 ARM: dts: imx7ulp: Move dts entry for sensors into another dts
Sensors are connected to M4 and not to A-Core.
Sensors will not be exposed to A-Core via standard
i2c interface but via an i2c proxy layer over rpmsg.

Remove the dts entry to avoid the probe error messages and
add a separate dts file for the case where someone wishes to
rework the board themselves and connect sensors for testing purposes.

Signed-off-by: Adriana Reus <adriana.reus@nxp.com>
Signed-off-by: Arulpandiyan Vadivel <arulpandiyan_vadivel@mentor.com>
Signed-off-by: Srikanth Krishnakar <Srikanth_Krishnakar@mentor.com>
(cherry picked from commit 05f0c61222bcb43b400b239d780df1ee55c5668f)
2019-11-25 16:09:45 +08:00

22 lines
245 B
Plaintext

#include "imx7ulp-evkb.dts"
&lpi2c5 {
fxas2100x@20 {
compatible = "fsl,fxas2100x";
reg = <0x20>;
};
fxos8700@1e {
compatible = "fsl,fxos8700";
reg = <0x1e>;
};
mpl3115@60 {
compatible = "fsl,mpl3115";
reg = <0x60>;
};
};