diff options
author | Marek Vasut <marex@denx.de> | 2022-12-02 19:23:50 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-03-10 11:27:43 +0300 |
commit | 7ae2deb463ee8007b1a9cacb3d19a9addfc54bec (patch) | |
tree | 6cf7a33a4b2a3c56d5d2155c21215c1df681cc83 /arch/arm64/boot/dts/freescale/imx8mp.dtsi | |
parent | 9b0bf08601dd9bf41b1b6329b7a65574d7105805 (diff) | |
download | linux-7ae2deb463ee8007b1a9cacb3d19a9addfc54bec.tar.xz |
arm64: dts: imx8m: Align SoC unique ID node unit address
[ 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>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mp.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index 03034b439c1f..bafe0a572f7e 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi @@ -425,7 +425,7 @@ #address-cells = <1>; #size-cells = <1>; - imx8mp_uid: unique-id@420 { + imx8mp_uid: unique-id@8 { reg = <0x8 0x8>; }; |