RE: [PATCH 1/2] Add RapidIO node into MPC8641HPCN dts file
From: Zhang Wei <hidden>
Date: 2008-02-01 04:51:54
Hi, Jon,=20
-----Original Message----- From: Loeliger Jon=20 =20 Zhang Wei wrote:quoted
Signed-off-by: Zhang Wei <redacted> --- arch/powerpc/boot/dts/mpc8641_hpcn.dts | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) =20diff --git a/arch/powerpc/boot/dts/mpc8641_hpcn.dts=20b/arch/powerpc/boot/dts/mpc8641_hpcn.dtsquoted
index 556a9ca..1a0fce5 100644--- a/arch/powerpc/boot/dts/mpc8641_hpcn.dts +++ b/arch/powerpc/boot/dts/mpc8641_hpcn.dts@@ -25,6 +25,7 @@ serial1 =3D &serial1; pci0 =3D &pci0; pci1 =3D &pci1; + rapidio0 =3D &rapidio0; };=20 cpus {@@ -499,4 +500,16 @@ 0 00100000>; }; }; + + rapidio0: rapidio@f80c0000 { + #address-cells =3D <2>; + #size-cells =3D <2>; + compatible =3D "fsl,rapidio-delta"; + reg =3D <f80c0000 20000>; + ranges =3D <0 0 c0000000 0 20000000>; + interrupt-parent =3D <&mpic>; + /* err_irq bell_outb_irq bell_inb_irq + msg1_tx_irq msg1_rx_irq msg2_tx_irq=20msg2_rx_irq */quoted
+ interrupts =3D <30 2 31 2 32 2 35 2 36 2 37 2 38 2>; + }; };=20 The 8641 DTS file has been converted to /dts-v1/ format now. Please rewrite this patch with explicit hex numbers for addresses, even if 0x0, and decimal for IRQs. =20
I have seen other nodes in mpc8641_hpcn.dts still use old style. Is it better to create an another new patch for correcting the style = all? Cheers! Wei