From c8fc681aa2ed5dc5584518d213eeecb2eef7b22c Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Tue, 9 Aug 2016 16:38:13 +1000 Subject: platform: Add BT to Generic platform Instantiate if if it's in the device-tree... Signed-off-by: Benjamin Herrenschmidt Signed-off-by: Stewart Smith --- doc/device-tree/examples/power9-phb4.dts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc') 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>; + }; }; }; -- cgit v1.1