commit | 34a03c1d30f04ca7439c685c0ea9b7d79c353705 | [log] [tgz] |
---|---|---|
author | Mathieu Poirier <mathieu.poirier@linaro.org> | Mon Jan 26 09:22:23 2015 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 04 10:42:55 2015 -0800 |
tree | 19cfb12b7351e93ae67de3aff75e31dba29f3501 | |
parent | c4546f246636ccf4cda092bcfcafcb5f5f752ec7 [diff] |
coresight: fixing CPU hwid lookup in device tree Some DT specification will represent CPU nodes with address cells greater than one, making the current code fail. Using the proper retrieval helper function ensure the correct hwid for CPUs is read properly with different address cell size. Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>