Re: [PATCH] Re: 2.6.22-git hangs during boot on PowerBook G3 in 0.0 seconds
From: Kim Phillips <hidden>
Date: 2007-07-26 21:36:59
On Thu, 26 Jul 2007 13:42:33 +1000 Paul Mackerras [off-list ref] wrote:
Kim Phillips writes:quoted
quoted
In which circumstances are you trying to translate an address with no size cell ?for the enumerated PHYs. As the original commit comment states, I was getting these messages: prom_parse: Bad cell count for /qe@e0100000/mdio@2120/ethernet-phy@00 prom_parse: Bad cell count for /qe@e0100000/mdio@2120/ethernet-phy@01Specifically, which of_address_to_resource or other call is producing these error messages?
Turns out I mistakenly added an mdio type to the platform of_platform_bus_probe scan list early on in my ucc phylib migration work, and it went unnoticed. Please do a: git-revert 3baee955953957be5496cd28e9c544d9db214262 to remove "[POWERPC] Add 'mdio' to bus scan id list for platforms with QE UEC" (in addition to the one you've already reverted). Reverting both these commits eliminates the prom_parse badness messages on the MPC8360. Thanks, and sorry, Kim p.s. should the stable team be notified to fix 2.6.22 for Lombard-nvram-style machines?