From: Louis-Alexis Eyraud Date: Tue, 14 Apr 2026 11:44:12 +0000 (+0200) Subject: arm64: dts: mediatek: mt8395-genio-common: add MT6360 PMIC supplies X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=241d4c163c774c567a33bd15c3f933e11f652600;p=thirdparty%2Fkernel%2Flinux.git arm64: dts: mediatek: mt8395-genio-common: add MT6360 PMIC supplies The Mediatek Genio 1200-EVK board has a MT6360 PMIC, powered by the board system power rail (VSYS) and an additional system power rail (VSYS_BUCK). In the board devicetree, the power supply inputs for its buck and ldo regulators are either incorrect (LDO_VIN3) or missing (LDO_VIN1/2, BUCK_VIN1/2). So, add VSYS_BUCK regulator node and the proper supply inputs for this PMIC. Signed-off-by: Louis-Alexis Eyraud Signed-off-by: AngeloGioacchino Del Regno --- diff --git a/arch/arm64/boot/dts/mediatek/mt8395-genio-common.dtsi b/arch/arm64/boot/dts/mediatek/mt8395-genio-common.dtsi index 30acf28459601..95955a210d80f 100644 --- a/arch/arm64/boot/dts/mediatek/mt8395-genio-common.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8395-genio-common.dtsi @@ -209,6 +209,14 @@ regulator-always-on; regulator-boot-on; }; + + reg_vsys_buck: regulator-vsys-buck { + compatible = "regulator-fixed"; + regulator-name = "vsys_buck"; + regulator-always-on; + regulator-boot-on; + vin-supply = <®_vsys>; + }; }; &adsp { @@ -486,7 +494,11 @@ regulator { compatible = "mediatek,mt6360-regulator"; - LDO_VIN3-supply = <&mt6360_buck2>; + BUCK1_VIN-supply = <®_vsys>; + BUCK2_VIN-supply = <®_vsys>; + LDO_VIN1-supply = <®_vsys_buck>; + LDO_VIN2-supply = <®_vsys_buck>; + LDO_VIN3-supply = <®_vsys>; mt6360_buck1: buck1 { regulator-name = "emi_vdd2";