Commit 01ff9ff3 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: exynos: Fix missing empty reg/ranges property regulators on Trats

Remove the regulators node entirely because its children do not have any
unit addresses.  This fixes DTC warning:

    Warning (simple_bus_reg): /regulators/regulator-0: missing or empty reg/ranges property
Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Tested-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
parent a184ea9f
...@@ -30,9 +30,6 @@ chosen { ...@@ -30,9 +30,6 @@ chosen {
stdout-path = "serial2:115200n8"; stdout-path = "serial2:115200n8";
}; };
regulators {
compatible = "simple-bus";
vemmc_reg: regulator-0 { vemmc_reg: regulator-0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "VMEM_VDD_2.8V"; regulator-name = "VMEM_VDD_2.8V";
...@@ -86,7 +83,6 @@ vt_core_15v_reg: regulator-5 { ...@@ -86,7 +83,6 @@ vt_core_15v_reg: regulator-5 {
gpio = <&gpe2 2 GPIO_ACTIVE_HIGH>; gpio = <&gpe2 2 GPIO_ACTIVE_HIGH>;
enable-active-high; enable-active-high;
}; };
};
gpio-keys { gpio-keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
......
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