Skip to content

Commit

Permalink
devicetree: Fix syntax error in power9-phb4.dts
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rarbab authored and stewartsmith committed Feb 19, 2019
1 parent b570fb6 commit 855465a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/device-tree/examples/power9-phb4.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down

0 comments on commit 855465a

Please sign in to comment.