mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-08-12 23:47:03 +02:00
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:
|
||
---|---|---|
.. | ||
bl2_plat_setup.c | ||
platform.mk |