[PATCH 2/5] arm64: dts: imx8m: Align SoC unique ID node unit address

Peng Fan peng.fan at nxp.com
Sun Nov 27 18:16:23 PST 2022


> Subject: [PATCH 2/5] arm64: dts: imx8m: Align SoC unique ID node unit address
> 
> Align the SoC unique ID DT node unit address with its reg property.
> 
> Fixes: cbff23797fa1 ("arm64: dts: imx8m: add NVMEM provider and consumer
> to read soc unique ID")
> Signed-off-by: Marek Vasut <marex at denx.de>

Reviewed-by: Peng Fan <peng.fan at nxp.com>
> ---
> Cc: Adam Ford <aford173 at gmail.com>
> Cc: Alice Guo <alice.guo at nxp.com>
> Cc: Amit Kucheria <amitk at kernel.org>
> Cc: Daniel Lezcano <daniel.lezcano at linaro.org>
> Cc: Fabio Estevam <festevam at gmail.com>
> Cc: Krzysztof Kozlowski <krzysztof.kozlowski+dt at linaro.org>
> Cc: Li Jun <jun.li at nxp.com>
> Cc: Lucas Stach <l.stach at pengutronix.de>
> Cc: Markus Niebel <Markus.Niebel at ew.tq-group.com>
> Cc: NXP Linux Team <linux-imx at nxp.com>
> Cc: Peng Fan <peng.fan at nxp.com>
> Cc: Pengutronix Kernel Team <kernel at pengutronix.de>
> Cc: Rafael J. Wysocki <rafael at kernel.org>
> Cc: Richard Cochran <richardcochran at gmail.com>
> Cc: Rob Herring <robh+dt at kernel.org>
> Cc: Sascha Hauer <s.hauer at pengutronix.de>
> Cc: Shawn Guo <shawnguo at kernel.org>
> Cc: Zhang Rui <rui.zhang at intel.com>
> Cc: devicetree at vger.kernel.org
> To: linux-pm at vger.kernel.org
> To: linux-arm-kernel at lists.infradead.org
> ---
>  arch/arm64/boot/dts/freescale/imx8mm.dtsi | 2 +-
> arch/arm64/boot/dts/freescale/imx8mn.dtsi | 2 +-
> arch/arm64/boot/dts/freescale/imx8mp.dtsi | 2 +-
> arch/arm64/boot/dts/freescale/imx8mq.dtsi | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> index 0c97aca8db6b6..423cb36cbcd53 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mm.dtsi
> @@ -563,7 +563,7 @@ ocotp: efuse at 30350000 {
>  				#address-cells = <1>;
>  				#size-cells = <1>;
> 
> -				imx8mm_uid: unique-id at 410 {
> +				imx8mm_uid: unique-id at 4 {
>  					reg = <0x4 0x8>;
>  				};
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mn.dtsi
> b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
> index 9b3a9e1384ae9..312e3abc35ea8 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mn.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mn.dtsi
> @@ -564,7 +564,7 @@ ocotp: efuse at 30350000 {
>  				#address-cells = <1>;
>  				#size-cells = <1>;
> 
> -				imx8mn_uid: unique-id at 410 {
> +				imx8mn_uid: unique-id at 4 {
>  					reg = <0x4 0x8>;
>  				};
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
> b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
> index f18cf611f778e..c9459ed21b243 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi
> @@ -426,7 +426,7 @@ ocotp: efuse at 30350000 {
>  				#address-cells = <1>;
>  				#size-cells = <1>;
> 
> -				imx8mp_uid: unique-id at 420 {
> +				imx8mp_uid: unique-id at 8 {
>  					reg = <0x8 0x8>;
>  				};
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> index 5246b44a37d4a..2b6d3f4ff5d93 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx8mq.dtsi
> @@ -593,7 +593,7 @@ ocotp: efuse at 30350000 {
>  				#address-cells = <1>;
>  				#size-cells = <1>;
> 
> -				imx8mq_uid: soc-uid at 410 {
> +				imx8mq_uid: soc-uid at 4 {
>  					reg = <0x4 0x8>;
>  				};
> 
> --
> 2.35.1




More information about the linux-arm-kernel mailing list