On 10/06/2026 16:29, Frank Li wrote:
> For example:
>
> rsc_table: rsc-table@90000000
> { ret = <0x90000000>;
> no-map;
> }
>
> m4 {
> ...
> memory-region = <&rsc_table>;
> }
>
> If you change node name "rsc-table" to "memory", driver will failure
> because it parse node name "rsc-table", which phandle point to. but no
> binding to restrict node name to "rsc-table". So rsc-table became hidden
> ABI.
Then you need to fix the driver to not parse the node names. Node names
are not supposed to be ABI.
Best regards,
Krzysztof