Commit ef72171b authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

arm64: dts: exynos: Remove unneeded address space mapping for soc node

Remove the address space mapping between root and soc nodes to fix
DTC warnings in Exynos5433 and Exynos7 like:

    arch/arm64/boot/dts/exynos/exynos5433-tm2.dtb:
        Warning (unit_address_vs_reg): /soc: node has a reg or ranges property, but no unit name
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Tested-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
parent d98b53b9
...@@ -18,8 +18,8 @@ ...@@ -18,8 +18,8 @@
/ { / {
compatible = "samsung,exynos5433"; compatible = "samsung,exynos5433";
#address-cells = <2>; #address-cells = <1>;
#size-cells = <2>; #size-cells = <1>;
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
...@@ -235,7 +235,7 @@ soc: soc { ...@@ -235,7 +235,7 @@ soc: soc {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0x0 0x0 0x0 0x18000000>; ranges;
arm_a53_pmu { arm_a53_pmu {
compatible = "arm,cortex-a53-pmu", "arm,armv8-pmuv3"; compatible = "arm,cortex-a53-pmu", "arm,armv8-pmuv3";
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
/ { / {
compatible = "samsung,exynos7"; compatible = "samsung,exynos7";
interrupt-parent = <&gic>; interrupt-parent = <&gic>;
#address-cells = <2>; #address-cells = <1>;
#size-cells = <2>; #size-cells = <1>;
aliases { aliases {
pinctrl0 = &pinctrl_alive; pinctrl0 = &pinctrl_alive;
...@@ -70,7 +70,7 @@ soc: soc { ...@@ -70,7 +70,7 @@ soc: soc {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <1>; #size-cells = <1>;
ranges = <0 0 0 0x18000000>; ranges;
chipid@10000000 { chipid@10000000 {
compatible = "samsung,exynos4210-chipid"; compatible = "samsung,exynos4210-chipid";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment