summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2021-12-25 07:46:29 +0300
committerStefan Roese <sr@denx.de>2022-01-14 09:47:57 +0300
commitc03f4da187afa94589f04534c7227298d423dd9c (patch)
treeba14aa697ab0027b8385ef511008f971e2149551 /configs
parent94c30f9c8f3cf3032349167be21b837b2d568ea2 (diff)
downloadu-boot-c03f4da187afa94589f04534c7227298d423dd9c.tar.xz
mtd: nand: pxa3xx: use marvell, prefix for custom DT properties
The DT properties for the "enable-arbiter" and "keep-config" config knobs were previously named inconsistently: - The u-boot driver used "nand-enable-arbiter" and "nand-keep-config" names, without Marvell prefixes. - The Linux driver uses "marvell,nand-keep-config" ("enable-arbiter" does not exist anymore in recent kernels, but it also used to be "marvell,nand-enable-arbiter"). - The device trees almost all use "marvell," prefixed names, except for one single instance of "nand-enable-arbiter" without vendor prefix. This commit standardizes on the vendor prefixed version, making the u-boot driver read from DT props "marvell,nand-enable-arbiter" and "marvell,nand-keep-config". The one device tree using the unprefixed version is also changed to use the new naming. This has the side effect of making the previously no-op "marvell," config knobs already present in some DTs actually do something. This was likely the original intention of the DT authors, but note that this commit was not tested on every single impacted board. Signed-off-by: Pierre Bourdon <delroth@gmail.com>
Diffstat (limited to 'configs')
0 files changed, 0 insertions, 0 deletions