On 04/09/15 08:05, Bhupesh Sharma wrote:
> This patch updates the LS2085a DTSI (DTS Include) file to add
> support for various peripherals supported by FSL LS2085a SoC, for e.g.:
>       - USB 3.0 Host
>       - PMU
>       - CCN-504
>       - Watchdog
>       - SATA
>       - SPI
>       - PCIe
>       - etc.
> 
> Signed-off-by: Bhupesh Sharma <[email protected]>
> Signed-off-by: Jaiprakash Singh <[email protected]>
> Signed-off-by: Alison Wang <[email protected]>
> Signed-off-by: Liu Gang <[email protected]>
> Signed-off-by: Minghuan Lian <[email protected]>
> Signed-off-by: Shaohui Xie <[email protected]>
> Signed-off-by: Nikhil Badola <[email protected]>
> Signed-off-by: Yangbo Lu <[email protected]>
> Signed-off-by: Scott Wood <[email protected]>
> ---
>  arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi |  469 
> +++++++++++++++++++++++-
>  1 file changed, 459 insertions(+), 10 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi 
> b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
> index 333d942..5fee0a7 100644
> --- a/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi
> +++ b/arch/arm64/boot/dts/freescale/fsl-ls2080a.dtsi

[...]

>       gic: interrupt-controller@6000000 {
>               compatible = "arm,gic-v3";
>               reg = <0x0 0x06000000 0 0x10000>, /* GIC Dist */
> -                   <0x0 0x06100000 0 0x100000>; /* GICR (RD_base + SGI_base) 
> */
> +                   <0x0 0x06100000 0 0x100000>, /* GICR (RD_base + SGI_base) 
> */
> +                   <0x0 0x0c0c0000 0 0x2000>, /* GICC */
> +                   <0x0 0x0c0d0000 0 0x1000>, /* GICH */
> +                   <0x0 0x0c0e0000 0 0x20000>; /* GICV */
>               #interrupt-cells = <3>;
> +             #address-cells = <2>;
> +             #size-cells = <2>;
> +             ranges;
>               interrupt-controller;
>               interrupts = <1 9 0x4>;
> +
> +             its: gic-its@6020000 {
> +                     compatible = "arm,gic-v3-its";
> +                     msi-controller;
> +                     reg = <0x0 0x6020000 0 0x20000>;
> +             };
> +     };

[...]

>       fsl_mc: fsl-mc@80c000000 {
>               compatible = "fsl,qoriq-mc";
> +             #stream-id-cells = <2>;
>               reg = <0x00000008 0x0c000000 0 0x40>,    /* MC portal base */
>                     <0x00000000 0x08340000 0 0x40000>; /* MC control reg */
> +             lpi-parent = <&its>;

I'm afraid there is no such thing as "lpi_parent" as a property. We have
msi_parent, which is (I think) what you want, and is dealt with in the
ITS driver. Also, you'll need to describe the DeviceIDs that can be
generated by this device so that the ITS can be correctly programmed.

Thanks,

        M.
-- 
Jazz is not dead. It just smells funny...
--
To unsubscribe from this list: send the line "unsubscribe linux-clk" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to