Commit fceb9e31 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: imx6q-h100: Remove unneeded unit address

Remove the unneeded unit address for the port nodes in order to fix
the following build warnings with W=1:

arch/arm/boot/dts/imx6q-h100.dtb: Warning (unit_address_vs_reg): Node /soc/aips-bus@2100000/i2c@21a0000/tc358743@f/port@0 has a unit name, but no reg property
arch/arm/boot/dts/imx6q-h100.dtb: Warning (unit_address_vs_reg): Node /soc/aips-bus@2100000/mipi@21dc000/port@0 has a unit name, but no reg property
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: default avatarLucas Stach <l.stach@pengutronix.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 0fe9c347
...@@ -205,7 +205,7 @@ tc358743: tc358743@f { ...@@ -205,7 +205,7 @@ tc358743: tc358743@f {
reset-gpios = <&gpio6 15 GPIO_ACTIVE_LOW>; reset-gpios = <&gpio6 15 GPIO_ACTIVE_LOW>;
/* IRQ has a wrong pull resistor which renders it useless */ /* IRQ has a wrong pull resistor which renders it useless */
port@0 { port {
tc358743_out: endpoint { tc358743_out: endpoint {
remote-endpoint = <&mipi_csi2_in>; remote-endpoint = <&mipi_csi2_in>;
data-lanes = <1 2 3 4>; data-lanes = <1 2 3 4>;
...@@ -348,7 +348,7 @@ MX6QDL_PAD_SD2_DAT3__SD2_DATA3 0x170f9 ...@@ -348,7 +348,7 @@ MX6QDL_PAD_SD2_DAT3__SD2_DATA3 0x170f9
&mipi_csi { &mipi_csi {
status = "okay"; status = "okay";
port@0 { port {
mipi_csi2_in: endpoint { mipi_csi2_in: endpoint {
remote-endpoint = <&tc358743_out>; remote-endpoint = <&tc358743_out>;
data-lanes = <1 2 3 4>; data-lanes = <1 2 3 4>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment