Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
linux-next
Commits
a9f90bdf
Commit
a9f90bdf
authored
Jun 08, 2021
by
Martin Kepplinger
Browse files
arm64: imx8mq: remove mipi csi alias
parent
1e22941b
Changes
1
Hide whitespace changes
Inline
Side-by-side
arch/arm64/boot/dts/freescale/imx8mq.dtsi
View file @
a9f90bdf
...
...
@@ -21,8 +21,6 @@
#size-cells = <2>;
aliases {
csi0 = &mipi_csi1;
csi1 = &mipi_csi2;
ethernet0 = &fec1;
gpio0 = &gpio1;
gpio1 = &gpio2;
...
...
@@ -1172,7 +1170,7 @@
mipi_csi1: csi@30a70000 {
compatible = "fsl,imx8mq-mipi-csi2";
reg = <0x30a70000 0x1000>;
/* MIPI CSI1 Controller base addr */
reg = <0x30a70000 0x1000>;
interrupts = <GIC_SPI 44 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk IMX8MQ_CLK_CSI1_CORE>,
<&clk IMX8MQ_CLK_CSI1_ESC>,
...
...
@@ -1225,7 +1223,7 @@
mipi_csi2: csi@30b60000 {
compatible = "fsl,imx8mq-mipi-csi2";
reg = <0x30b60000 0x1000>;
/* MIPI CSI2 Controller base addr */
reg = <0x30b60000 0x1000>;
interrupts = <GIC_SPI 45 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&clk IMX8MQ_CLK_CSI2_CORE>,
<&clk IMX8MQ_CLK_CSI2_ESC>,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment