linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: sun8i: a33: Add default address and size cells to the DSI node
@ 2019-03-18 10:26 Maxime Ripard
  2019-03-19 13:24 ` Chen-Yu Tsai
  0 siblings, 1 reply; 3+ messages in thread
From: Maxime Ripard @ 2019-03-18 10:26 UTC (permalink / raw)
  To: Chen-Yu Tsai, Maxime Ripard; +Cc: linux-arm-kernel

The DSI bindings require that an address cell size of 1, and a size cell of
0. Instead of duplicating it in each and every board DTS file, let's put it
in the DTSI.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
---
 arch/arm/boot/dts/sun8i-a33.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/sun8i-a33.dtsi b/arch/arm/boot/dts/sun8i-a33.dtsi
index 1111a6498102..9f09e2996f1e 100644
--- a/arch/arm/boot/dts/sun8i-a33.dtsi
+++ b/arch/arm/boot/dts/sun8i-a33.dtsi
@@ -265,6 +265,8 @@
 			phys = <&dphy>;
 			phy-names = "dphy";
 			status = "disabled";
+			#address-cells = <1>;
+			#size-cells = <0>;
 
 			ports {
 				#address-cells = <1>;
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: dts: sun8i: a33: Add default address and size cells to the DSI node
  2019-03-18 10:26 [PATCH] ARM: dts: sun8i: a33: Add default address and size cells to the DSI node Maxime Ripard
@ 2019-03-19 13:24 ` Chen-Yu Tsai
  2019-03-19 13:44   ` Maxime Ripard
  0 siblings, 1 reply; 3+ messages in thread
From: Chen-Yu Tsai @ 2019-03-19 13:24 UTC (permalink / raw)
  To: Maxime Ripard; +Cc: linux-arm-kernel

On Mon, Mar 18, 2019 at 6:26 PM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
>
> The DSI bindings require that an address cell size of 1, and a size cell of
> 0. Instead of duplicating it in each and every board DTS file, let's put it
> in the DTSI.
>
> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>

Acked-by: Chen-Yu Tsai <wens@csie.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: dts: sun8i: a33: Add default address and size cells to the DSI node
  2019-03-19 13:24 ` Chen-Yu Tsai
@ 2019-03-19 13:44   ` Maxime Ripard
  0 siblings, 0 replies; 3+ messages in thread
From: Maxime Ripard @ 2019-03-19 13:44 UTC (permalink / raw)
  To: Chen-Yu Tsai; +Cc: linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 544 bytes --]

On Tue, Mar 19, 2019 at 09:24:09PM +0800, Chen-Yu Tsai wrote:
> On Mon, Mar 18, 2019 at 6:26 PM Maxime Ripard <maxime.ripard@bootlin.com> wrote:
> >
> > The DSI bindings require that an address cell size of 1, and a size cell of
> > 0. Instead of duplicating it in each and every board DTS file, let's put it
> > in the DTSI.
> >
> > Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
>
> Acked-by: Chen-Yu Tsai <wens@csie.org>

Applied, thanks!
Maxime

--
Maxime Ripard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-03-19 13:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-18 10:26 [PATCH] ARM: dts: sun8i: a33: Add default address and size cells to the DSI node Maxime Ripard
2019-03-19 13:24 ` Chen-Yu Tsai
2019-03-19 13:44   ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).