]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(rcar3): fix RPC-IF device node name
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 23 Mar 2022 13:21:31 +0000 (14:21 +0100)
committerSandrine Bailleux <sandrine.bailleux@arm.com>
Mon, 3 Oct 2022 08:47:23 +0000 (10:47 +0200)
commit08ae2471b1417f1d8083a79771338aa2a00b6711
treee8c683b073d4cda60d3b9853e61e30be3108c1de
parentaa9d315009fba78cb3135b06d93001b2b18cf748
fix(rcar3): fix RPC-IF device node name

According to the Generic Names Recommendation in the Devicetree
Specification Release v0.3, and the DT Bindings for the Renesas Reduced
Pin Count Interface, the node name for a Renesas RPC-IF device should be
"spi".  The node name matters, as the node is enabled by passing a DT
fragment from TF-A to subsequent software.

Fix this by renaming the device node in the passed DT fragment from
"rpc" to "spi".

Fixes: 12c75c8886a0ee69 ("feat(plat/rcar3): emit RPC status to DT fragment if RPC unlocked")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Change-Id: Idb43353947607611331abc344f8c8ae932a20408
plat/renesas/rcar/bl2_plat_setup.c