On 16/03/18 09:38, Sricharan R wrote:
> Now with the driver updates for some peripherals being there,
> add i2c, spi, pcie, bam, qpic-nand, scm nodes to enhance the available
> peripheral support.
> 
> Signed-off-by: Sricharan R <[email protected]>
> ---
>  arch/arm/boot/dts/qcom-ipq4019.dtsi | 134 
> ++++++++++++++++++++++++++++++++++++
>  1 file changed, 134 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/qcom-ipq4019.dtsi 
> b/arch/arm/boot/dts/qcom-ipq4019.dtsi
> index 10d112a..e38fffa 100644
> --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
> +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
> @@ -25,7 +25,9 @@

[...]

> +             pcie0: pci@40000000 {
> +                     compatible = "qcom,pcie-ipq4019", "snps,dw-pcie";
> +                     reg =  <0x40000000 0xf1d
> +                             0x40000f20 0xa8
> +                             0x80000 0x2000
> +                             0x40100000 0x1000>;
> +                     reg-names = "dbi", "elbi", "parf", "config";
> +                     device_type = "pci";
> +                     linux,pci-domain = <0>;
> +                     bus-range = <0x00 0xff>;
> +                     num-lanes = <1>;
> +                     #address-cells = <3>;
> +                     #size-cells = <2>;
> +
> +                     ranges = <0x81000000 0 0x40200000 0x40200000 0 
> 0x00100000
> +                               0x82000000 0 0x48000000 0x48000000 0 
> 0x10000000>;
> +
> +                     interrupts = <GIC_SPI 141 IRQ_TYPE_NONE>;

There is no such thing as IRQ_TYPE_NONE. Please replace this with the
actual trigger information.

Thanks,

        M.
-- 
Jazz is not dead. It just smells funny...

Reply via email to