[PATCH] powerpc/p1010rdb: update phy node in dts
Scott Wood
scottwood at freescale.com
Fri Aug 23 07:53:18 EST 2013
On Thu, 2013-08-22 at 12:06 +0800, Shengzhou Liu wrote:
> Update phy node according to new P1010RDB-PB board.
>
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu at freescale.com>
> ---
> arch/powerpc/boot/dts/p1010rdb.dtsi | 6 +++---
> 1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/powerpc/boot/dts/p1010rdb.dtsi b/arch/powerpc/boot/dts/p1010rdb.dtsi
> index ec7c27a..da24b2d 100644
> --- a/arch/powerpc/boot/dts/p1010rdb.dtsi
> +++ b/arch/powerpc/boot/dts/p1010rdb.dtsi
> @@ -193,17 +193,17 @@
>
> mdio at 24000 {
> phy0: ethernet-phy at 0 {
> - interrupts = <3 1 0 0>;
> + interrupts = <0 1>;
> reg = <0x1>;
> };
>
> phy1: ethernet-phy at 1 {
> - interrupts = <2 1 0 0>;
> + interrupts = <2 1>;
> reg = <0x0>;
> };
>
> phy2: ethernet-phy at 2 {
> - interrupts = <2 1 0 0>;
> + interrupts = <1 1>;
> reg = <0x2>;
> };
#interrupt-cells is 4
-Scott
More information about the Linuxppc-dev
mailing list