Commit 0353e980 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

ARM: dts: imx28-apx4devkit: Fix the regulator description



The regulator should not be placed under simple-bus.

Remove it from simple-bus to fix the following dt-schema warnings:

'regulators' does not match '^([a-z][a-z0-9\\-]+-bus|bus|localbus|soc|axi|ahb|apb)(@.+)?$'
regulators: #size-cells:0:0: 0 is not one of [1, 2]
regulators: regulator@0:reg:0: [0] is too short
regulators: 'ranges' is a required property

Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 3e74825c
Loading
Loading
Loading
Loading
+7 −13
Original line number Diff line number Diff line
@@ -11,20 +11,14 @@ memory@40000000 {
		reg = <0x40000000 0x04000000>;
	};

	regulators {
		compatible = "simple-bus";
		#address-cells = <1>;
		#size-cells = <0>;

		reg_3p3v: regulator@0 {
	reg_3p3v: regulator-3p3v {
		compatible = "regulator-fixed";
			reg = <0>;
		regulator-name = "3P3V";
		regulator-min-microvolt = <3300000>;
		regulator-max-microvolt = <3300000>;
		regulator-always-on;
	};
	};

	sound {
		compatible = "bluegiga,apx4devkit-sgtl5000",