Message ID | 20200313011939.279770-8-amitay@ozlabs.org |
---|---|
State | Accepted |
Headers | show |
Series | Update fapi targets in device tree | expand |
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 >; + }; }; }; };
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- p9.dts | 11 +++++++++++ 1 file changed, 11 insertions(+)