ARM: dts: rockchip: Fixes warning in unit address of drm-logo

/reserved-memory/drm-logo@00000000 refers to a node in the device tree.
The part after the @ symbol is the unit address, which should match the
physical or logical address of the device or memory region being
described.

The warning indicates that the unit name (in this case, 00000000) should
not have leading zeros. This is more about adhering to conventions and
ensuring compatibility and readability than about functional
correctness.

Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Change-Id: I852aeecd22f5485790548a749f49bce4d1aa5ed9
This commit is contained in:
Sandy Huang
2024-03-30 19:16:20 +08:00
committed by Tao Huang
parent 7e2effdcac
commit b5b88f4b97
11 changed files with 11 additions and 11 deletions

View File

@@ -35,7 +35,7 @@
#size-cells = <1>;
ranges;
drm_logo: drm-logo@00000000 {
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0>;
};

View File

@@ -54,7 +54,7 @@
pmsg-size = <0x50000>;
};
drm_logo: drm-logo@00000000 {
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0>;
};

View File

@@ -73,7 +73,7 @@
#size-cells = <1>;
ranges;
drm_logo: drm-logo@00000000 {
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0>;
};

View File

@@ -128,7 +128,7 @@
pmsg-size = <0x50000>;
};
drm_logo: drm-logo@00000000 {
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0 0x0 0x0>;
};

View File

@@ -158,7 +158,7 @@
pmsg-size = <0x0 0x50000>;
};
drm_logo: drm-logo@00000000 {
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0 0x0 0x0>;
};

View File

@@ -85,7 +85,7 @@
reg = <0x0 0x8000000 0x0 0xF0000>;
};
drm_logo: drm-logo@00000000 {
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0 0x0 0x0>;
};

View File

@@ -62,7 +62,7 @@
linux,cma-default;
};
drm_logo: drm-logo@00000000 {
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0>;
};

View File

@@ -59,7 +59,7 @@
linux,cma-default;
};
drm_logo: drm-logo@00000000 {
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0>;
};

View File

@@ -49,7 +49,7 @@
#address-cells = <1>;
#size-cells = <1>;
ranges;
drm_logo: drm-logo@00000000 {
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0>;
};

View File

@@ -97,7 +97,7 @@
linux,cma-default;
};
drm_logo: drm-logo@00000000 {
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0>;
};

View File

@@ -98,7 +98,7 @@
linux,cma-default;
};
*/
drm_logo: drm-logo@00000000 {
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0>;
};