Re: [PATCH] arm64: dts: socfpga: add missing interrupt-parent

2018-01-11 Thread Olof Johansson
On Thu, Jan 11, 2018 at 08:35:58AM -0600, Dinh Nguyen wrote: > > > On 01/10/2018 03:04 PM, Arnd Bergmann wrote: > > The PMU node has no working interrupt, as shown by this dtc warning: > > > > arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dtb: Warning > > (interrupts_property): Missing

Re: [PATCH] arm64: dts: socfpga: add missing interrupt-parent

2018-01-11 Thread Olof Johansson
On Thu, Jan 11, 2018 at 08:35:58AM -0600, Dinh Nguyen wrote: > > > On 01/10/2018 03:04 PM, Arnd Bergmann wrote: > > The PMU node has no working interrupt, as shown by this dtc warning: > > > > arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dtb: Warning > > (interrupts_property): Missing

Re: [PATCH] arm64: dts: socfpga: add missing interrupt-parent

2018-01-11 Thread Dinh Nguyen
On 01/10/2018 03:04 PM, Arnd Bergmann wrote: > The PMU node has no working interrupt, as shown by this dtc warning: > > arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dtb: Warning > (interrupts_property): Missing interrupt-parent for /pmu > > This adds an interrupt-parent property so we

Re: [PATCH] arm64: dts: socfpga: add missing interrupt-parent

2018-01-11 Thread Dinh Nguyen
On 01/10/2018 03:04 PM, Arnd Bergmann wrote: > The PMU node has no working interrupt, as shown by this dtc warning: > > arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dtb: Warning > (interrupts_property): Missing interrupt-parent for /pmu > > This adds an interrupt-parent property so we

[PATCH] arm64: dts: socfpga: add missing interrupt-parent

2018-01-10 Thread Arnd Bergmann
The PMU node has no working interrupt, as shown by this dtc warning: arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dtb: Warning (interrupts_property): Missing interrupt-parent for /pmu This adds an interrupt-parent property so we can correct parse that interrupt number. Signed-off-by:

[PATCH] arm64: dts: socfpga: add missing interrupt-parent

2018-01-10 Thread Arnd Bergmann
The PMU node has no working interrupt, as shown by this dtc warning: arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dtb: Warning (interrupts_property): Missing interrupt-parent for /pmu This adds an interrupt-parent property so we can correct parse that interrupt number. Signed-off-by: