[Skiboot] [PATCH 08/28] lpc: Example DT update for P9 LPC bus
Stewart Smith
stewart at linux.vnet.ibm.com
Fri Jul 8 18:22:31 AEST 2016
Benjamin Herrenschmidt <benh at kernel.crashing.org> writes:
> Signed-off-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
> ---
> doc/device-tree/examples/power9-phb4.dts | 40 ++++++++++++++++++++++++++++++--
> 1 file changed, 38 insertions(+), 2 deletions(-)
>
> diff --git a/doc/device-tree/examples/power9-phb4.dts b/doc/device-tree/examples/power9-phb4.dts
> index 46e8999..f25114f 100644
> --- a/doc/device-tree/examples/power9-phb4.dts
> +++ b/doc/device-tree/examples/power9-phb4.dts
> @@ -91,7 +91,7 @@
> ibm,phb-index = <0x1>;
> compatible = "ibm,power9-phb-stack";
> /* ibm,lane-eq = < ????? >; */
> - status = "disabled";
> + status = "okay";
> };
> stack at 1 {
> /* Stack number */
> @@ -100,7 +100,7 @@
> ibm,phb-index = <0x2>;
> compatible = "ibm,power9-phb-stack";
> /* ibm,lane-eq = < ????? >; */
> - status = "disabled";
> + status = "okay";
> };
> };
>
I'll split this up into sep commit.
--
Stewart Smith
OPAL Architect, IBM.
More information about the Skiboot
mailing list