arm64: 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: I0e3971d091e7935eab34db03ab55bbcf6dad1fb7
This commit is contained in:
Sandy Huang
2024-03-30 19:11:31 +08:00
committed by Tao Huang
parent 2c7c07a288
commit 2f8fbe0ac7
13 changed files with 17 additions and 17 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -41,12 +41,12 @@
linux,cma-default;
};
drm_logo: drm-logo@00000000 {
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0 0x0 0x0>;
};
drm_cubic_lut: drm-cubic-lut@00000000 {
drm_cubic_lut: drm-cubic-lut@0 {
compatible = "rockchip,drm-cubic-lut";
reg = <0x0 0x0 0x0 0x0>;
};

View File

@@ -34,12 +34,12 @@
#size-cells = <2>;
ranges;
drm_logo: drm-logo@00000000 {
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0 0x0 0x0>;
};
drm_cubic_lut: drm-cubic-lut@00000000 {
drm_cubic_lut: drm-cubic-lut@0 {
compatible = "rockchip,drm-cubic-lut";
reg = <0x0 0x0 0x0 0x0>;
};

View File

@@ -72,12 +72,12 @@
linux,cma-default;
};
drm_logo: drm-logo@00000000 {
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0 0x0 0x0>;
};
drm_cubic_lut: drm-cubic-lut@00000000 {
drm_cubic_lut: drm-cubic-lut@0 {
compatible = "rockchip,drm-cubic-lut";
reg = <0x0 0x0 0x0 0x0>;
};

View File

@@ -79,12 +79,12 @@
linux,cma-default;
};
drm_logo: drm-logo@00000000 {
drm_logo: drm-logo@0 {
compatible = "rockchip,drm-logo";
reg = <0x0 0x0 0x0 0x0>;
};
drm_cubic_lut: drm-cubic-lut@00000000 {
drm_cubic_lut: drm-cubic-lut@0 {
compatible = "rockchip,drm-cubic-lut";
reg = <0x0 0x0 0x0 0x0>;
};