From: John Rigby Date: Tue, 7 Oct 2008 19:00:18 +0000 (-0600) Subject: powerpc: 83xx: pci: Remove need for get_immrbase from mpc83xx_add_bridge. X-Git-Tag: v2.6.28-rc1~569^2~10^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b70a097052fff3831d8b94541452e7c29426777;p=pandora-kernel.git powerpc: 83xx: pci: Remove need for get_immrbase from mpc83xx_add_bridge. Modify mpc83xx_add_bridge to get config space register base address from the device tree instead of immr + hardcoded offset. 83xx pci nodes have this change: register properties now contain two address length tuples: First is the pci bridge register base, this has always been there. Second is the config base, this is new. This is documented in dts-bindings/fsl/83xx-512x-pci.txt The changes accomplish these things: mpc83xx_add_bridge no longer needs to call get_immrbase it uses hard coded addresses if the second register value is missing Signed-off-by: John Rigby Signed-off-by: Kumar Gala --- Reading git-diff-tree failed