mediatek: mt7622: remove '0x' prefix from pstore address in dts
authorDaniel Golle <daniel@makrotopia.org>
Tue, 19 Apr 2022 15:23:08 +0000 (16:23 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 19 Apr 2022 16:07:23 +0000 (17:07 +0100)
commitfc245338d6e02e61fa7ecbd1a828aed97cdbef88
tree90e5eaa1fc1d7fbe9a29eb0484ef7a481cb516ab
parent9ba28f978c76692876f4f5bc7ad66e8fc73084fb
mediatek: mt7622: remove '0x' prefix from pstore address in dts

Adresses of device tree nodes are typically noted without the '0x'
prefix. While having the '0x' prefix doesn't hurt when using Linux,
more recent versions of U-Boot will add a duplicate ramoops node as a
simple string compare is used to check if the node is already present.

Remove the '0x' prefix to avoid the kernel warning resulting from
U-Boot adding a dupplicate pstore/ramoops node.

See also https://lists.denx.de/pipermail/u-boot/2022-April/481810.html

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
target/linux/mediatek/patches-5.10/105-dts-mt7622-enable-pstore.patch
target/linux/mediatek/patches-5.15/105-dts-mt7622-enable-pstore.patch