Re: [PATCH] ARM: dts: pxa2xx: Don't mention &pwri2c where it doesn't exist

From: Robert Jarzmik
Date: Sat Nov 26 2022 - 05:33:22 EST



Jonathan Neuschäfer <j.neuschaefer@xxxxxxx> writes:

The pwri2c node does not exist in all PXA2xx SoCs (specifically not
in PXA25x), and thus isn't defined in pxa2xx.dtsi. It is, however,
currently mentioned in /aliases, causing an error when building a
devicetree that doesn't define it.

Move the mention of &pwri2c in /aliases to the files that define it
(pxa27x.dtsi and pxa3xx.dtsi), to avoid the error mentioned above.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@xxxxxxx>
Acked-by: Robert Jarzmik <robert.jarzmik@xxxxxxx>

Cheers.

--
Robert