arm64: dts: imx8m: Align SoC unique ID node unit address
authorMarek Vasut <marex@denx.de>
Fri, 2 Dec 2022 16:23:50 +0000 (17:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:32:33 +0000 (09:32 +0100)
[ Upstream commit ee0d68f219be8618f53d3f8808952e20525e3f30 ]

Align the SoC unique ID DT node unit address with its reg property.

Reviewed-by: Peng Fan <peng.fan@nxp.com>
Fixes: cbff23797fa1 ("arm64: dts: imx8m: add NVMEM provider and consumer to read soc unique ID")
Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/freescale/imx8mm.dtsi
arch/arm64/boot/dts/freescale/imx8mn.dtsi
arch/arm64/boot/dts/freescale/imx8mp.dtsi
arch/arm64/boot/dts/freescale/imx8mq.dtsi

index 50ef92915c6719d12c06ca7efd74d328e0cf71b9..420ba0d6f1343d766e9dce6a6b77957eb3cd6984 100644 (file)
                                #address-cells = <1>;
                                #size-cells = <1>;
 
-                               imx8mm_uid: unique-id@410 {
+                               imx8mm_uid: unique-id@4 {
                                        reg = <0x4 0x8>;
                                };
 
index 67b554ba690ca9def8c833858e5ec3f07db5b945..ba29b5b556ffa861b930235ffa9589318487552e 100644 (file)
                                #address-cells = <1>;
                                #size-cells = <1>;
 
-                               imx8mn_uid: unique-id@410 {
+                               imx8mn_uid: unique-id@4 {
                                        reg = <0x4 0x8>;
                                };
 
index 47fd6a0ba05ad284ce0115fc79c48c856da8a8b9..25630a395db56eae6264e2e419843a2bd6f93adf 100644 (file)
                                #address-cells = <1>;
                                #size-cells = <1>;
 
-                               imx8mp_uid: unique-id@420 {
+                               imx8mp_uid: unique-id@8 {
                                        reg = <0x8 0x8>;
                                };
 
index 19eaa523564d3b7d3e8c7879b5ca8ea974f6349b..4724ed0cbff947a9d279049ab992505f0e099b64 100644 (file)
                                #address-cells = <1>;
                                #size-cells = <1>;
 
-                               imx8mq_uid: soc-uid@410 {
+                               imx8mq_uid: soc-uid@4 {
                                        reg = <0x4 0x8>;
                                };