public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dt-binding: correct the larb port offset defines for mt2701
@ 2016-08-11  8:07 honghui.zhang
  2016-08-22 10:47 ` Joerg Roedel
  0 siblings, 1 reply; 2+ messages in thread
From: honghui.zhang @ 2016-08-11  8:07 UTC (permalink / raw)
  To: joro, treding, mark.rutland, matthias.bgg, robh, robin.murphy
  Cc: p.zabel, devicetree, pebolle, kendrick.hsu, arnd, srv_heupstream,
	catalin.marinas, will.deacon, linux-kernel, tfiga, iommu, robh+dt,
	djkurtz, kernel, linux-mediatek, linux-arm-kernel, l.stach,
	yingjoe.chen, eddie.huang, youlin.pei, erin.lo, Honghui Zhang

From: Honghui Zhang <honghui.zhang@mediatek.com>

larb2 have 23 ports, the LARB3_PORT_OFFSET should be LARB2_PORT_OFFSET
plus larb2's port number, it should be 44 instead of 43.

Signed-off-by: Honghui Zhang <honghui.zhang@mediatek.com>
---
 include/dt-bindings/memory/mt2701-larb-port.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/dt-bindings/memory/mt2701-larb-port.h b/include/dt-bindings/memory/mt2701-larb-port.h
index 78f6678..6764d74 100644
--- a/include/dt-bindings/memory/mt2701-larb-port.h
+++ b/include/dt-bindings/memory/mt2701-larb-port.h
@@ -26,7 +26,7 @@
 #define LARB0_PORT_OFFSET		0
 #define LARB1_PORT_OFFSET		11
 #define LARB2_PORT_OFFSET		21
-#define LARB3_PORT_OFFSET		43
+#define LARB3_PORT_OFFSET		44
 
 #define MT2701_M4U_ID_LARB0(port)	((port) + LARB0_PORT_OFFSET)
 #define MT2701_M4U_ID_LARB1(port)	((port) + LARB1_PORT_OFFSET)
-- 
1.8.1.1.dirty

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

* Re: [PATCH] dt-binding: correct the larb port offset defines for mt2701
  2016-08-11  8:07 [PATCH] dt-binding: correct the larb port offset defines for mt2701 honghui.zhang
@ 2016-08-22 10:47 ` Joerg Roedel
  0 siblings, 0 replies; 2+ messages in thread
From: Joerg Roedel @ 2016-08-22 10:47 UTC (permalink / raw)
  To: honghui.zhang
  Cc: treding, mark.rutland, matthias.bgg, robh, robin.murphy, p.zabel,
	devicetree, pebolle, kendrick.hsu, arnd, srv_heupstream,
	catalin.marinas, will.deacon, linux-kernel, tfiga, iommu, robh+dt,
	djkurtz, kernel, linux-mediatek, linux-arm-kernel, l.stach,
	yingjoe.chen, eddie.huang, youlin.pei, erin.lo

On Thu, Aug 11, 2016 at 04:07:08PM +0800, honghui.zhang@mediatek.com wrote:
> From: Honghui Zhang <honghui.zhang@mediatek.com>
> 
> larb2 have 23 ports, the LARB3_PORT_OFFSET should be LARB2_PORT_OFFSET
> plus larb2's port number, it should be 44 instead of 43.
> 
> Signed-off-by: Honghui Zhang <honghui.zhang@mediatek.com>
> ---
>  include/dt-bindings/memory/mt2701-larb-port.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

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

end of thread, other threads:[~2016-08-22 10:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-11  8:07 [PATCH] dt-binding: correct the larb port offset defines for mt2701 honghui.zhang
2016-08-22 10:47 ` Joerg Roedel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox