diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-04-23 16:46:10 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-05-03 06:15:11 +0300 |
commit | 122e1bac76b38b7d11a74fbaf07f19c79501edef (patch) | |
tree | 00649c4734e382ecdab101399643c858320a9489 /arch/arm | |
parent | 340c54018ea6dfa0ab647540b247f5d8d7d09756 (diff) | |
download | linux-122e1bac76b38b7d11a74fbaf07f19c79501edef.tar.xz |
ARM: dts: imx6qdl: Remove #address/#size-cells from mipi_dsi
Remove unnecessary #address-cells/#size-cells to fix the following
DTC warnings:
arch/arm/boot/dts/imx6dl-apf6dev.dtb: Warning (avoid_unnecessary_addr_size): /soc/aips-bus@2100000/mipi@21e0000: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index c003e62bf290..1fbd970c5794 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -1187,8 +1187,6 @@ }; mipi_dsi: mipi@21e0000 { - #address-cells = <1>; - #size-cells = <0>; reg = <0x021e0000 0x4000>; status = "disabled"; |