projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a56431a
)
arm64: dts: freescale: Disable the csi_bridge node in m4 dts on imx8mm
author
Jacky Bai
<ping.bai@nxp.com>
Wed, 24 Jul 2019 07:06:43 +0000
(15:06 +0800)
committer
Jacky Bai
<ping.bai@nxp.com>
Wed, 24 Jul 2019 09:06:28 +0000
(17:06 +0800)
In M4 dts, the I2C3 is disabled by default, so the CSI camera sensor
is disabled too. it is not necessary to keep csi_bridge node enabled
anymore, just disable it.
Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Acked-by: Anson Huang <Anson.Huang@nxp.com>
(cherry picked from commit
93a7f9734d266920d5d1b6f09536021b1777c223
)
arch/arm64/boot/dts/freescale/fsl-imx8mm-evk-m4.dts
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/freescale/fsl-imx8mm-evk-m4.dts
b/arch/arm64/boot/dts/freescale/fsl-imx8mm-evk-m4.dts
index
78bddf2
..
9c34898
100644
(file)
--- a/
arch/arm64/boot/dts/freescale/fsl-imx8mm-evk-m4.dts
+++ b/
arch/arm64/boot/dts/freescale/fsl-imx8mm-evk-m4.dts
@@
-45,6
+45,10
@@
};
+&csi1_bridge {
+ status = "disabled";
+};
+
/*
* ATTENTION: M4 may use IPs like below
* ECSPI0/ECSPI2, GPIO1/GPIO5, GPT1, I2C3, I2S3, WDOG1, UART4, PWM3, SDMA1