diff options
| author | Jesse Taube <[email protected]> | 2024-10-24 22:02:28 -0400 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-10-25 20:13:02 -0300 |
| commit | 4bc57d7f346b10b129bbe7d9a88ccfe0c220b00b (patch) | |
| tree | 987b63bf3a43712181659fb1682ce94cc0697ac3 | |
| parent | 9e5d462a37567489e2ee35c0f5584f4f37972ae7 (diff) | |
ARM: dts: imxrt1170: Fix default cells value warnings
Add #address-cells and #size-cells to the memory node to fix warnings
Signed-off-by: Jesse Taube <[email protected]>
| -rw-r--r-- | arch/arm/dts/imxrt1170-evk.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/dts/imxrt1170-evk.dts b/arch/arm/dts/imxrt1170-evk.dts index c2fd0c0392c..0d8e7016860 100644 --- a/arch/arm/dts/imxrt1170-evk.dts +++ b/arch/arm/dts/imxrt1170-evk.dts @@ -20,6 +20,8 @@ }; memory { + #address-cells = <1>; + #size-cells = <1>; device_type = "memory"; reg = <0x20240000 0xf0000 0x80000000 0x4000000>; |
