generic: 6.12: add hack patch for transition to new partition bindings
authorDaniel Golle <[email protected]>
Fri, 9 May 2025 02:36:07 +0000 (03:36 +0100)
committerDaniel Golle <[email protected]>
Mon, 26 May 2025 15:58:03 +0000 (16:58 +0100)
commit47cfb09e4546fc848271ae6e0f9b8899ab8e8c6a
tree65aaa826beb63d314efba72ab57290f7f739317e
parent9b3ad5b151918a670df8954e4e83e2095f66150b
generic: 6.12: add hack patch for transition to new partition bindings

Commit fa0f130764 ("generic: 6.12: update block NVMEM driver") switched
to the upstream DT bindings for block partitions.

Bring back the old/legacy downstream way to assign the OF node to a
block device or partition in order to allow sharing a single DTS for
both, Linux 6.6 (which exclusively uses the old/legacy binding) and
Linux 6.12 (which will now support both, new/upstream binding and the
old/legacy binding).

Once we drop Linux 6.6 and all boards have been converted to the new
binding we can drop this patch.

Signed-off-by: Daniel Golle <[email protected]>
target/linux/generic/hack-6.12/499-LEGACY-block-partitions-populate-fwnode.patch [new file with mode: 0644]