]> git.baikalelectronics.ru Git - kernel.git/commit
of: Support matching cpu nodes with no 'reg' property
authorRob Herring <robh@kernel.org>
Mon, 27 Aug 2018 18:46:51 +0000 (13:46 -0500)
committerRob Herring <robh@kernel.org>
Fri, 28 Sep 2018 19:25:58 +0000 (14:25 -0500)
commit2d902e98e3d0e0f0076a2f257dbd2e3abacf0264
tree4c3eecbd1592fd99693f351ec308b2fd067f4f8c
parent769cff0a78d0e1eed17df1cbcacb54a45a84c93c
of: Support matching cpu nodes with no 'reg' property

For some single core ARM systems, the DTs can have a single cpu node
without a reg property and #address-cells == 0. This case is valid and
should match on cpu #0.

Cc: Frank Rowand <frowand.list@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/base.c