linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg
@ 2019-07-28  9:30 Bin Meng
  2019-07-28  9:30 ` [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name Bin Meng
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Bin Meng @ 2019-07-28  9:30 UTC (permalink / raw)
  To: Mark Rutland, Rob Herring, devicetree, LKML

The base address of msi-controller@c should be set to c.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 Documentation/devicetree/bindings/interrupt-controller/msi.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/interrupt-controller/msi.txt b/Documentation/devicetree/bindings/interrupt-controller/msi.txt
index c60c034..c20b51d 100644
--- a/Documentation/devicetree/bindings/interrupt-controller/msi.txt
+++ b/Documentation/devicetree/bindings/interrupt-controller/msi.txt
@@ -98,7 +98,7 @@ Example
 	};
 
 	msi_c: msi-controller@c {
-		reg = <0xb 0xf00>;
+		reg = <0xc 0xf00>;
 		compatible = "vendor-b,another-controller";
 		msi-controller;
 		/* Each device has some unique ID */
-- 
2.7.4


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

end of thread, other threads:[~2020-03-30 18:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-28  9:30 [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg Bin Meng
2019-07-28  9:30 ` [PATCH 2/2] dt-bindings: pci: pci-msi: Correct the unit-address of the pci node name Bin Meng
2019-08-01  9:53   ` Bin Meng
2019-08-08  3:26     ` Bin Meng
2019-08-16 21:56   ` Rob Herring
2019-08-01  9:53 ` [PATCH 1/2] dt-bindings: interrupt-controller: msi: Correct msi-controller@c's reg Bin Meng
2019-08-08  3:25   ` Bin Meng
2019-08-16 21:54 ` Rob Herring
2020-03-13 14:05   ` Bin Meng
2020-03-30 18:43     ` Rob Herring

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).