arm64: dts: exynos: Add unit address to soc node on Exynos5433

Add @0 unit address to 'soc' node match its 'reg' property and silence
DTC warning:

    Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Tested-by: Marek Szyprowski <m.szyprowski@samsung.com>
This commit is contained in:
Krzysztof Kozlowski 2020-06-29 21:33:37 +02:00
parent 788f2ff795
commit 0eaecd29af

View File

@ -256,7 +256,7 @@ psci {
cpu_on = <0xC4000003>;
};
soc: soc {
soc: soc@0 {
compatible = "simple-bus";
#address-cells = <1>;
#size-cells = <1>;