All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] ARM: dts: imx6qdl: Remove #address/#size-cells from mipi_dsi
@ 2018-04-23 13:46 ` Fabio Estevam
  0 siblings, 0 replies; 12+ messages in thread
From: Fabio Estevam @ 2018-04-23 13:46 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@nxp.com>

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 at 2100000/mipi at 21e0000: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property

Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
---
 arch/arm/boot/dts/imx6qdl.dtsi | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index c003e62..1fbd970 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
@@ -1187,8 +1187,6 @@
 			};
 
 			mipi_dsi: mipi at 21e0000 {
-				#address-cells = <1>;
-				#size-cells = <0>;
 				reg = <0x021e0000 0x4000>;
 				status = "disabled";
 
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-05-03  1:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-23 13:46 [PATCH 1/5] ARM: dts: imx6qdl: Remove #address/#size-cells from mipi_dsi Fabio Estevam
2018-04-23 13:46 ` Fabio Estevam
2018-04-23 13:46 ` [PATCH 2/5] ARM: dts: imx6: Remove #address/#size-cells from ipu nodes Fabio Estevam
2018-04-23 13:46   ` Fabio Estevam
2018-04-23 13:46 ` [PATCH 3/5] ARM: dts: imx: Remove #address/#size-cells from switch nodes Fabio Estevam
2018-04-23 13:46   ` Fabio Estevam
2018-04-23 13:46 ` [PATCH 4/5] ARM: dts: imx: Remove #address/#size-cells from stmpe nodes Fabio Estevam
2018-04-23 13:46   ` Fabio Estevam
2018-04-23 13:46 ` [PATCH 5/5] ARM: dts: imx6qdl-sabre: Remove #address/#size-cells from camera port nodes Fabio Estevam
2018-04-23 13:46   ` Fabio Estevam
2018-05-03  1:05 ` [PATCH 1/5] ARM: dts: imx6qdl: Remove #address/#size-cells from mipi_dsi Shawn Guo
2018-05-03  1:05   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.