diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2016-08-09 16:38:13 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-08-11 19:54:22 +1000 |
commit | c8fc681aa2ed5dc5584518d213eeecb2eef7b22c (patch) | |
tree | ac312aa93b378d62a143e774b57723120334c707 /doc | |
parent | bc8817ede97fde4bc4f1cabd5ea9794d21571098 (diff) | |
download | skiboot-c8fc681aa2ed5dc5584518d213eeecb2eef7b22c.zip skiboot-c8fc681aa2ed5dc5584518d213eeecb2eef7b22c.tar.gz skiboot-c8fc681aa2ed5dc5584518d213eeecb2eef7b22c.tar.bz2 |
platform: Add BT to Generic platform
Instantiate if if it's in the device-tree...
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/device-tree/examples/power9-phb4.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/device-tree/examples/power9-phb4.dts b/doc/device-tree/examples/power9-phb4.dts index e5743f3..8da1cbc 100644 --- a/doc/device-tree/examples/power9-phb4.dts +++ b/doc/device-tree/examples/power9-phb4.dts @@ -192,6 +192,12 @@ clock-frequency = < 1843200 >; interrupts = <4>; }; + + impi@ie4 { + compatible = "ipmi-bt"; + reg = < 1 0xe4 0x3 >; + interrupts = <10>; + }; }; }; |