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: Chen-Yu Tsai <wenst@chromium.org>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
Chen-Yu Tsai
2026-01-14 17:26:04 +08:00
committed by AngeloGioacchino Del Regno
parent 32c5491a8d
commit d33d77044c

View File

@@ -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>;
};