From 855465aa780482167fea4627ffbc96969379edc8 Mon Sep 17 00:00:00 2001 From: Reza Arbab Date: Wed, 13 Feb 2019 15:42:33 -0600 Subject: 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 Signed-off-by: Stewart Smith --- doc/device-tree/examples/power9-phb4.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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"; -- cgit v1.1