On 18/12/2023 17:35, Jan Kiszka wrote: > From: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> > > A new variant is to be added which will not have a arduino connector > like the existing ones. Factor out all bits that are specific to this > connector. > > The split is not perfect because wkup_gpio0 is defined based on what is > common to all variants having the connector, thus containing also > connector-unrelated information. But this is still cleaner than > replicating this node into all 4 variants. > > Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> > --- > .../ti/k3-am65-iot2050-arduino-connector.dtsi | 768 ++++++++++++++++++ > .../boot/dts/ti/k3-am65-iot2050-common.dtsi | 753 ----------------- Please use proper -B/-M/-C arguments so code movements will be detected. Best regards, Krzysztof