[PATCH] powerpc/p1010rdb:remove interrupts of ethernet-phy in device tree
Kumar Gala
galak at kernel.crashing.org
Thu Sep 12 01:12:59 EST 2013
On Sep 10, 2013, at 10:49 PM, Zhao Qiang wrote:
> Since P1010RDB-PA and P1010RDB-PB boards use different external PHY
> interrupt signals.
> And actually the PHY interrupt is not used effectively with
> corresponding interrupt handler.
> So we can remove the interrupts node without side-effect to comply
> with both P1010RDB-PA and P1010RDB-PB.
>
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu at freescale.com>
> Signed-off-by: Zhao Qiang <B45475 at freescale.com>
> ---
> arch/powerpc/boot/dts/p1010rdb.dtsi | 3 ---
> 1 file changed, 3 deletions(-)
>
NAK. The device tree should represent the HW not what drivers decide to do with it.
If different board revs have different interrupt signals than create dts's to handle the 2 board revs.
- k
More information about the Linuxppc-dev
mailing list