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

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
Loading
Loading
Loading
Loading
+47 −51
Original line number Diff line number Diff line
@@ -30,9 +30,6 @@
		stdout-path = "serial2:115200n8";
	};

	regulators {
		compatible = "simple-bus";

	vemmc_reg: regulator-0 {
		compatible = "regulator-fixed";
		regulator-name = "VMEM_VDD_2.8V";
@@ -86,7 +83,6 @@
		gpio = <&gpe2 2 GPIO_ACTIVE_HIGH>;
		enable-active-high;
	};
	};

	gpio-keys {
		compatible = "gpio-keys";