merged.

Bruce

In message: [linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & 
v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 1/1] arm64: dts: imx8qm: 
Fix build warning unit name should not have leading "0x"
on 11/10/2023 Xiaolei Wang wrote:

> Prefixing the address with '0x' is already redundant,
> so remove it. This patch fixes the following warning:
> 
> unit name should not have leading "0x"
> 
> Signed-off-by: Xiaolei Wang <[email protected]>
> ---
>  arch/arm64/boot/dts/freescale/imx8qm-mek.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts 
> b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
> index c9e6ca22d460..2684250973fd 100755
> --- a/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8qm-mek.dts
> @@ -89,12 +89,12 @@ reserved-memory {
>               #size-cells = <2>;
>               ranges;
>  
> -             gpu_reserved: gpu_reserved@0x8800000000 {
> +             gpu_reserved: gpu_reserved@8800000000 {
>                       no-map;
>                       reg = <0x8 0x80000000 0 0x10000000>;
>               };
>  
> -             decoder_boot: decoder_boot@0x84000000 {
> +             decoder_boot: decoder_boot@84000000 {
>                       no-map;
>                       reg = <0 0x84000000 0 0x2000000>;
>               };
> -- 
> 2.25.1
> 
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13173): 
https://lists.yoctoproject.org/g/linux-yocto/message/13173
Mute This Topic: https://lists.yoctoproject.org/mt/101886801/21656
Group Owner: [email protected]
Unsubscribe: 
https://lists.yoctoproject.org/g/linux-yocto/leave/6687884/21656/624485779/xyzzy
 [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to