summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam2017-11-29 19:54:38 +0100
committerShawn Guo2017-12-26 09:15:44 +0100
commit3a6f71ed04d90bda0ffd70de795b5155098eecd7 (patch)
treecbf885d8083e8dfcd282359ac57de2413eb07a7b
parentARM: dts: imx6dl: Pass the reg properties for mipi nodes (diff)
downloadkernel-qcow2-linux-3a6f71ed04d90bda0ffd70de795b5155098eecd7.tar.gz
kernel-qcow2-linux-3a6f71ed04d90bda0ffd70de795b5155098eecd7.tar.xz
kernel-qcow2-linux-3a6f71ed04d90bda0ffd70de795b5155098eecd7.zip
ARM: dts: imx6dl: Remove unneeded label and unit address
Remove unneeded label and unit address in order to fix the following build warnings with W=1: arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (unit_address_vs_reg): Node /soc/aips-bus@2000000/iomuxc-gpr@20e0000/ipu1_csi0_mux@34 has a unit name, but no reg property arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (unit_address_vs_reg): Node /soc/aips-bus@2000000/iomuxc-gpr@20e0000/ipu1_csi1_mux@34 has a unit name, but no Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
-rw-r--r--arch/arm/boot/dts/imx6dl.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi
index d987661e3302..c01674fa098a 100644
--- a/arch/arm/boot/dts/imx6dl.dtsi
+++ b/arch/arm/boot/dts/imx6dl.dtsi
@@ -170,7 +170,7 @@
};
&gpr {
- ipu1_csi0_mux: ipu1_csi0_mux@34 {
+ ipu1_csi0_mux {
compatible = "video-mux";
mux-controls = <&mux 0>;
#address-cells = <1>;
@@ -224,7 +224,7 @@
};
};
- ipu1_csi1_mux: ipu1_csi1_mux@34 {
+ ipu1_csi1_mux {
compatible = "video-mux";
mux-controls = <&mux 1>;
#address-cells = <1>;