]> www.infradead.org Git - users/jedix/linux-maple.git/commit
of: Introduce and apply private is_pseudo_property()
authorZijun Hu <quic_zijuhu@quicinc.com>
Mon, 24 Feb 2025 14:27:58 +0000 (22:27 +0800)
committerRob Herring (Arm) <robh@kernel.org>
Tue, 25 Feb 2025 14:43:00 +0000 (08:43 -0600)
commitf443029c9a6e9515582ee2dfe7014a9be8a4a98a
treef1a87f18700ba3f66a95bf7469c96ae0aede85a8
parent56d733bb8f99a572e3b35a307057e019c1974026
of: Introduce and apply private is_pseudo_property()

There are several places which check if a property name is one of
'name'|'phandle'|'linux,phandle'.

Introduce and apply private is_pseudo_property() for the check.

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Link: https://lore.kernel.org/r/20250224-of_bugfix-v1-2-03640ae8c3a6@quicinc.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
drivers/of/base.c
drivers/of/of_private.h
drivers/of/overlay.c
drivers/of/resolver.c