commit | a9b326967abc8a5fc344534fecfa86c370b63247 | [log] [tgz] |
---|---|---|
author | Vignesh Raghavendra <vigneshr@ti.com> | Mon Jun 14 14:12:39 2021 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 21 13:18:17 2021 -0400 |
tree | 6fdfad4cf624bb473742e9585438831c4a73b5a5 | |
parent | ce927682f7ec7a06630cb002a1d70de88199297f [diff] |
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: Vignesh Raghavendra <vigneshr@ti.com>