diff options
author | Reza Arbab <arbab@linux.ibm.com> | 2019-02-13 15:42:33 -0600 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2019-02-18 22:12:37 -0600 |
commit | 855465aa780482167fea4627ffbc96969379edc8 (patch) | |
tree | 1f0ca738021b3120e8d438450a313d5edcc6ebc0 | |
parent | b570fb646289b34750d14518c77036dc14c732e3 (diff) | |
download | skiboot-855465aa780482167fea4627ffbc96969379edc8.zip skiboot-855465aa780482167fea4627ffbc96969379edc8.tar.gz skiboot-855465aa780482167fea4627ffbc96969379edc8.tar.bz2 |
devicetree: Fix syntax error in power9-phb4.dts
Remove the extra space causing this:
Error: power9-phb4.dts:156.15-16 syntax error
FATAL ERROR: Unable to parse input tree
Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-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 17453da..a9a75da 100644 --- a/doc/device-tree/examples/power9-phb4.dts +++ b/doc/device-tree/examples/power9-phb4.dts @@ -153,7 +153,7 @@ compatible = "ibm,power9-xive-x"; }; - PSI_X0 : psihb@5012900 { + PSI_X0: psihb@5012900 { reg = <0x5012900 0x100>; compatible = "ibm,power9-psihb-x", "ibm,psihb-x"; |