summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/dts/skeleton.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/dts/skeleton.dtsi')
-rw-r--r--arch/sandbox/dts/skeleton.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sandbox/dts/skeleton.dtsi b/arch/sandbox/dts/skeleton.dtsi
index 38ead821bb..8ba7663eb5 100644
--- a/arch/sandbox/dts/skeleton.dtsi
+++ b/arch/sandbox/dts/skeleton.dtsi
@@ -6,8 +6,8 @@
/ {
#address-cells = <2>;
- #size-cells = <1>;
+ #size-cells = <2>;
chosen { };
aliases { };
- memory { device_type = "memory"; reg = <0 0 0>; };
+ memory { device_type = "memory"; reg = <0 0 0 0>; };
};