[Pdbg] [PATCH v2 24/24] dts: Add chipop target to p9-kernel backend

Alistair Popple alistair at popple.id.au
Wed Nov 20 15:00:41 AEDT 2019


Reviewed-by: Alistair Popple <alistair at popple.id.au>

On Thursday, 7 November 2019 1:28:08 PM AEDT Amitay Isaacs wrote:
> Also, fix the spacing.
> 
> Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
> ---
>  p9-kernel.dts.m4 | 28 +++++++++++++++++++---------
>  1 file changed, 19 insertions(+), 9 deletions(-)
> 
> diff --git a/p9-kernel.dts.m4 b/p9-kernel.dts.m4
> index 8c2c35b..a8735c0 100644
> --- a/p9-kernel.dts.m4
> +++ b/p9-kernel.dts.m4
> @@ -30,8 +30,13 @@
>  			device-path = "/dev/sbefifo1";
>  
>  			sbefifo-mem {
> -				      compatible = "ibm,sbefifo-mem";
> -				      system-path = "/mem0";
> +				compatible = "ibm,sbefifo-mem";
> +				system-path = "/mem0";
> +			};
> +
> +			sbefifo-chipop {
> +				compatible = "ibm,sbefifo-chipop";
> +				index = <0x0>;
>  			};
>  		};
>  
> @@ -47,11 +52,11 @@
>  			pib at 1000 {
>  				#address-cells = <0x2>;
>  				#size-cells = <0x1>;
> -				 reg = <0x0 0x1000 0x7>;
> -				 index = <0x1>;
> -				 compatible = "ibm,kernel-pib";
> -				 device-path = "/dev/scom2";
> -				 system-path = "/proc1/pib";
> +				reg = <0x0 0x1000 0x7>;
> +				index = <0x1>;
> +				compatible = "ibm,kernel-pib";
> +				device-path = "/dev/scom2";
> +				system-path = "/proc1/pib";
>  			};
>  
>  			sbefifo at 2400 { /* Bogus address */
> @@ -61,8 +66,13 @@
>  				device-path = "/dev/sbefifo2";
>  
>  				sbefifo-mem {
> -				      compatible = "ibm,sbefifo-mem";
> -				      system-path = "/mem1";
> +					compatible = "ibm,sbefifo-mem";
> +					system-path = "/mem1";
> +				};
> +
> +				sbefifo-chipop {
> +					compatible = "ibm,sbefifo-chipop";
> +					index = <0x1>;
>  				};
>  			};
>  		};
> 






More information about the Pdbg mailing list