diff options
| author | Reza Arbab <arbab@linux.ibm.com> | 2019-02-13 15:42:34 -0600 |
|---|---|---|
| committer | Stewart Smith <stewart@linux.ibm.com> | 2019-02-18 22:12:37 -0600 |
| commit | 85c4c823ab11cda2a47255add27ee3a24d62f74b (patch) | |
| tree | c7b3768d887145554702984885fe84072075b719 /doc/device-tree | |
| parent | 855465aa780482167fea4627ffbc96969379edc8 (diff) | |
| download | talos-skiboot-85c4c823ab11cda2a47255add27ee3a24d62f74b.tar.gz talos-skiboot-85c4c823ab11cda2a47255add27ee3a24d62f74b.zip | |
devicetree: Fix typo in power9-phb4.dts
Change "impi" to "ipmi".
Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'doc/device-tree')
| -rw-r--r-- | doc/device-tree/examples/power9-phb4.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/device-tree/examples/power9-phb4.dts b/doc/device-tree/examples/power9-phb4.dts index a9a75dad..daf71fca 100644 --- a/doc/device-tree/examples/power9-phb4.dts +++ b/doc/device-tree/examples/power9-phb4.dts @@ -219,7 +219,7 @@ interrupts = <4>; }; - impi@ie4 { + ipmi@ie4 { compatible = "ipmi-bt"; reg = < 1 0xe4 0x3 >; interrupts = <10>; |

