summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
diff options
context:
space:
mode:
authorPeng Fan <peng.fan@nxp.com>2018-09-27 15:50:12 +0800
committerJason Liu <jason.hui.liu@nxp.com>2019-02-12 10:34:23 +0800
commitd67822371c404a45fbf06f8d458da5d4cbc063f5 (patch)
treea66c8ed5ffd2eb977e799c2e6d720d424b844cd5 /arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
parent28397833708896e7775ebd1135ecc78049ca0616 (diff)
MLK-19728-5 ARM64: dts: enable xen_i2c and passthrough sensors to domu
Introduce xen_i2c node and passthrough the i2c0 sensors to domu. The BuildInfo - SCFW 148acb34, SECO-FW 31fabbff, IMX-MKIMAGE f244aefa, ATF 1590be0 - U-Boot 2018.03-00707-g884cada50b-dirty Signed-off-by: Peng Fan <peng.fan@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
index b502a4368e60..e7d88a3bd30e 100644
--- a/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
+++ b/arch/arm64/boot/dts/freescale/fsl-imx8qm-mek-dom0.dts
@@ -569,3 +569,17 @@
&caam_sm {
xen,passthrough;
};
+
+&i2c0 {
+ fxos8700@1e {
+ xen,passthrough;
+ };
+
+ fxas2100x@20 {
+ xen,passthrough;
+ };
+
+ mpl3115@60 {
+ xen,passthrough;
+ };
+};