]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 19 Apr 2015 08:10:23 +0000 (10:10 +0200)
commitbd2c28533d7a9245c4ac5d48fe098a20a31160af
tree86d1468b5c7d7a2a4c692adc244b0e912bc60c7e
parentb943e69d33fac1e5f6db57868e061096b0aae67a
drivers/of: Add empty ranges quirk for PA-Semi

commit 41d9489319f28f06cf51731131bc353d5a6bce59 upstream.

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 746c9e9f92dd, "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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/of/address.c