arm64: dts: rockchip: rk3328-evb: 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: Ied5062144df7936cdd0a7476a62ccb03bfdcca0d
This commit is contained in:
Sandy Huang
2024-03-30 19:11:31 +08:00
committed by Tao Huang
parent a0cb0a7dc8
commit 1c670a89ed

View File

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