clocksource/drivers/timer-of: Use unique device name instead of timer
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 16 Oct 2019 14:47:45 +0000 (16:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 4 Jan 2020 18:12:45 +0000 (19:12 +0100)
commit8e62b02df5c031ce80a4a8ffae897cb031b78d62
treea827db2872d93bfaa735da5a176b80c94e45f657
parent55bdcb2ecb006831b76a18d4ef7a3b13860bc1b7
clocksource/drivers/timer-of: Use unique device name instead of timer

[ Upstream commit 4411464d6f8b5e5759637235a6f2b2a85c2be0f1 ]

If a hardware-specific driver does not provide a name, the timer-of core
falls back to device_node.name.  Due to generic DT node naming policies,
that name is almost always "timer", and thus doesn't identify the actual
timer used.

Fix this by using device_node.full_name instead, which includes the unit
addrees.

Example impact on /proc/timer_list:

    -Clock Event Device: timer
    +Clock Event Device: timer@fcfec400

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20191016144747.29538-3-geert+renesas@glider.be
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clocksource/timer-of.c