diff mbox series

[07/12] dts: Add occ targets

Message ID 20200313011939.279770-8-amitay@ozlabs.org
State Accepted
Headers show
Series Update fapi targets in device tree | expand

Commit Message

Amitay Isaacs March 13, 2020, 1:19 a.m. UTC
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org>
---
 p9.dts | 11 +++++++++++
 1 file changed, 11 insertions(+)
diff mbox series

Patch

diff --git a/p9.dts b/p9.dts
index 5ca7180..b89e665 100644
--- a/p9.dts
+++ b/p9.dts
@@ -1570,6 +1570,12 @@ 
 				compatible = "ibm,power9-nv";
 				index = < 0x05 >;
 			};
+
+			occ0 {
+				compatible = "ibm,power9-occ";
+				index = < 0x00 >;
+			};
+
 		};
 	};
 
@@ -3141,6 +3147,11 @@ 
 				compatible = "ibm,power9-nv";
 				index = < 0x05 >;
 			};
+
+			occ0 {
+				compatible = "ibm,power9-occ";
+				index = < 0x00 >;
+			};
 		};
 	};
 };