[PATCH] powerpc/83xx: Update ranges in gianfar node to match other dts
Kumar Gala
galak at kernel.crashing.org
Wed Mar 25 01:24:39 EST 2009
On Mar 24, 2009, at 9:20 AM, Anton Vorontsov wrote:
> On Tue, Mar 24, 2009 at 08:35:45AM -0500, Kumar Gala wrote:
>> The gianfar node @ 25000 was missing its ranges prop for the mdio bus
>> and provided an explicit ranges property on gianfar at 24000 to match
>> all other .dts
>>
>> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
>> ---
>
> I think this part is missing:
>
> diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts b/arch/powerpc/
> boot/dts/mpc8313erdb.dts
> index 3ebf7ec..98de8bf 100644
> --- a/arch/powerpc/boot/dts/mpc8313erdb.dts
> +++ b/arch/powerpc/boot/dts/mpc8313erdb.dts
> @@ -195,11 +195,11 @@
> fixed-link = <1 1 1000 0 0>;
> fsl,magic-packet;
>
> - mdio at 24520 {
> + mdio at 520 {
> #address-cells = <1>;
> #size-cells = <0>;
> compatible = "fsl,gianfar-mdio";
> - reg = <0x24520 0x20>;
> + reg = <0x520 0x20>;
> phy4: ethernet-phy at 4 {
> interrupt-parent = <&ipic>;
> interrupts = <20 0x8>;
> @@ -229,11 +229,11 @@
> sleep = <&pmc 0x10000000>;
> fsl,magic-packet;
>
> - mdio at 25520 {
> + mdio at 520 {
> #address-cells = <1>;
> #size-cells = <0>;
> compatible = "fsl,gianfar-tbi";
> - reg = <0x25520 0x20>;
> + reg = <0x520 0x20>;
>
> tbi1: tbi-phy at 11 {
> reg = <0x11>;
>>
yep, sending a new version
- k
More information about the Linuxppc-dev
mailing list