[U-Boot] [PATCH] arm: dts: am33xx: Remove redundant interrupt-parent property

2017-08-09 Thread sunil . m
From: Suniel Mahesh Upstream Linux has the Interrupt-parent property being removed from mmc, mac, lcdc and tscadc sub nodes in the dtsi file. Interrupt-parent property is already defined in the root node. Therefore, update the dtsi to mimic this change and remove

Re: [U-Boot] [PATCH] arm: dts: am33xx: Remove redundant interrupt-parent property

2017-06-05 Thread Suniel Mahesh
On Tuesday 06 June 2017 05:37 AM, Tom Rini wrote: > On Tue, Jun 06, 2017 at 12:42:21AM +0530, suni...@techveda.org wrote: > >> From: Suniel Mahesh >> >> Interrupt-parent property is defined in the root node as >> "interrupt-parent = <>". This interrupt-parent value becomes

Re: [U-Boot] [PATCH] arm: dts: am33xx: Remove redundant interrupt-parent property

2017-06-05 Thread Tom Rini
On Tue, Jun 06, 2017 at 12:42:21AM +0530, suni...@techveda.org wrote: > From: Suniel Mahesh > > Interrupt-parent property is defined in the root node as > "interrupt-parent = <>". This interrupt-parent value becomes > the default for the system, so removed redundant

[U-Boot] [PATCH] arm: dts: am33xx: Remove redundant interrupt-parent property

2017-06-05 Thread sunil . m
From: Suniel Mahesh Interrupt-parent property is defined in the root node as "interrupt-parent = <>". This interrupt-parent value becomes the default for the system, so removed redundant "interrupt-parent" property from mmc, mac, lcdc and tscadc nodes. Signed-off-by: