]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: 6829/1: amba: make hardcoded periphid override hardware
authorLinus Walleij <linus.walleij@linaro.org>
Thu, 24 Mar 2011 15:12:40 +0000 (16:12 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 26 May 2011 09:33:34 +0000 (10:33 +0100)
commit97ceed1fc29b601e64af98fd785e25fec4383b12
treecf41b16581d495d8e3eaea0a393348db9e7646ea
parente536fbe18f803b6bf9f2ea2d54d918e2b09724d8
ARM: 6829/1: amba: make hardcoded periphid override hardware

This makes a hardcoded periphid from the platform override any
magic number found in the hardware. This shall henceforth be used
when the information found in the hardware is either missing,
i.e. not encoding the CID with the magic cookie 0xb105f00d, or
incorrect such that the revision number should have been bumped in
hardware, but the silicon designer has failed to do so.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/amba/bus.c