]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/of: Add empty ranges quirk for PA-Semi
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 23 Mar 2015 03:16:38 +0000 (14:16 +1100)
committerGrant Likely <grant.likely@linaro.org>
Sat, 28 Mar 2015 04:03:58 +0000 (21:03 -0700)
commitdc18a365d8fa67f556411ea2ace061a78e502190
treec93a6bb5ccdf0e4d817f4c0aacdd69e82b201ff0
parent97c10b706fe4c792ac4df40c4baec19b4031ae10
drivers/of: Add empty ranges quirk for PA-Semi

The "sdc" node is missing the ranges property, it needs to be treated
as having an empty one otherwise translation fails for its children.

Fixes e3039b8da22b, "of/base: Fix PowerPC address parsing hack"

Tested-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Cc: Stable <stable@vger.kernel.org> # v3.18+
drivers/of/address.c