Skip to content
Snippets Groups Projects
Commit 95eca861 authored by Vignesh Raghavendra's avatar Vignesh Raghavendra Committed by Tom Rini
Browse files

ARM: dts: k3-j7200-common-proc-board-u-boot.dtsi: Fix dtc warnings


Fix following dtc warning by explicitly setting up #size-cells
and #address-cells when overriding node in -u-boot.dtsi

arch/arm/dts/k3-j7200-common-proc-board.dtb: Warning (reg_format):
/bus@100000/bus@28380000/mcu-navss/ringacc@2b800000:reg: property has
invalid length (80 bytes) (#address-cells == 2, #size-cells == 1)

Signed-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
parent 28afb716
No related branches found
No related tags found
No related merge requests found
......@@ -43,6 +43,8 @@
mcu-navss{
u-boot,dm-spl;
#address-cells = <2>;
#size-cells = <2>;
ringacc@2b800000 {
reg = <0x0 0x2b800000 0x0 0x400000>,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment