diff mbox series

[v2,12/12] dts: Add second sbefifo for second processor

Message ID 20190704080525.31557-13-amitay@ozlabs.org
State Superseded
Headers show
Series Extend sbefifo driver | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success Successfully applied on branch master (6a4185ca278930693a6edb6d003267f74df3d2e8)
snowpatch_ozlabs/build-multiarch success Test build-multiarch on branch master

Commit Message

Amitay Isaacs July 4, 2019, 8:05 a.m. UTC
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
---
 p9-kernel.dts.m4 | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox series

Patch

diff --git a/p9-kernel.dts.m4 b/p9-kernel.dts.m4
index 33d7988..9ab46b8 100644
--- a/p9-kernel.dts.m4
+++ b/p9-kernel.dts.m4
@@ -47,6 +47,13 @@ 
 				 device-path = "/dev/scom2";
 				 include(p9-pib.dts.m4)dnl
 			};
+
+			sbefifo@2400 { /* Bogus address */
+				reg = <0x0 0x2400 0x7>;
+				index = <0x1>;
+				compatible = "ibm,kernel-sbefifo";
+				device-path = "/dev/sbefifo2";
+			};
 		};
 	};
 };