Re: [PATCH] arm: boot: dts: artpec6: Remove unnecessary interrupt-parent property from sub-nodes

From: Niklas Cassel
Date: Mon Sep 04 2017 - 11:24:05 EST


On 08/11/2017 09:56 AM, Surender Polsani wrote:
> On Tuesday 27 June 2017 05:57 PM, Niklas Cassel wrote:
>> Acked-by: Niklas Cassel <niklas.cassel@xxxxxxxx>
>
> Hi Nik, This patch has been Acknowledged but is not getting added / applied to the
> respective git source tree. Please let me know if there is any problem.

Hello Surender,

Sorry for the delay.

Could you please resend your patch,
add "To: arm@xxxxxxxxxx", together with my Ack.

Best regards,
Niklas

>
> Thanks
> Surender
>>
>> On 06/27/2017 02:15 PM, surenderp@xxxxxxxxxxxx wrote:
>>> From: Surender Polsani <surenderp@xxxxxxxxxxxx>
>>>
>>> "interrupt-parent" property is declared in root node, so it is global
>>> to all nodes. This property is re-declared in few sub-nodes. To avoid
>>> duplication this property is removed from following sub-nodes:
>>> pmu, amba@0, amba@0/ethernet.
>>>
>>> Signed-off-by: Surender Polsani <surenderp@xxxxxxxxxxxx>
>>> ---
>>> Â arch/arm/boot/dts/artpec6.dtsi | 3 ---
>>> Â 1 file changed, 3 deletions(-)
>>>
>>> diff --git a/arch/arm/boot/dts/artpec6.dtsi b/arch/arm/boot/dts/artpec6.dtsi
>>> index 767cbe8..2ed1177 100644
>>> --- a/arch/arm/boot/dts/artpec6.dtsi
>>> +++ b/arch/arm/boot/dts/artpec6.dtsi
>>> @@ -151,7 +151,6 @@
>>> ÂÂÂÂÂÂÂÂÂ interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
>>> ÂÂÂÂÂÂÂÂÂÂÂÂÂ <GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
>>> ÂÂÂÂÂÂÂÂÂ interrupt-affinity = <&cpu0>, <&cpu1>;
>>> -ÂÂÂÂÂÂÂ interrupt-parent = <&intc>;
>>> ÂÂÂÂÂ };
>>> Â ÂÂÂÂÂ pcie: pcie@f8050000 {
>>> @@ -185,7 +184,6 @@
>>> ÂÂÂÂÂÂÂÂÂ compatible = "simple-bus";
>>> ÂÂÂÂÂÂÂÂÂ #address-cells = <0x1>;
>>> ÂÂÂÂÂÂÂÂÂ #size-cells = <0x1>;
>>> -ÂÂÂÂÂÂÂ interrupt-parent = <&intc>;
>>> ÂÂÂÂÂÂÂÂÂ ranges;
>>> ÂÂÂÂÂÂÂÂÂ dma-ranges = <0x80000000 0x00000000 0x40000000>;
>>> ÂÂÂÂÂÂÂÂÂ dma-coherent;
>>> @@ -195,7 +193,6 @@
>>> ÂÂÂÂÂÂÂÂÂÂÂÂÂ clocks = <&eth_phy_ref_clk>,
>>> ÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂÂ <&clkctrl ARTPEC6_CLK_ETH_ACLK>;
>>> ÂÂÂÂÂÂÂÂÂÂÂÂÂ compatible = "snps,dwc-qos-ethernet-4.10";
>>> -ÂÂÂÂÂÂÂÂÂÂÂ interrupt-parent = <&intc>;
>>> ÂÂÂÂÂÂÂÂÂÂÂÂÂ interrupts = <GIC_SPI 98 IRQ_TYPE_LEVEL_HIGH>;
>>> ÂÂÂÂÂÂÂÂÂÂÂÂÂ reg = <0xf8010000 0x4000>;
>>> Â
>