Unverified Commit d33d7704 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by AngeloGioacchino Del Regno
Browse files

arm64: dts: mediatek: mt8183-kukui: Clean up IT6505 regulator supply



Align the name of the regulator with the design schematic. Also fix up
the gpio property to the new "gpios" property name, and add the
GPIO_ACTIVE_HIGH flag. The flag is actively ignored in Linux in favor of
the old "enable-active-high" property; nevertheless it is the correct
description.

Signed-off-by: default avatarChen-Yu Tsai <wenst@chromium.org>
Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
parent 32c5491a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -44,10 +44,10 @@ clk32k: oscillator1 {
		clock-output-names = "clk32k";
	};

	it6505_pp18_reg: regulator0 {
	pp1800_it6505: regulator0 {
		compatible = "regulator-fixed";
		regulator-name = "it6505_pp18";
		gpio = <&pio 178 0>;
		regulator-name = "pp1800_it6505";
		gpios = <&pio 178 GPIO_ACTIVE_HIGH>;
		enable-active-high;
		vin-supply = <&pp1800_alw>;
	};