Skip to content

Commit 093d6e3

Browse files
author
AngeloGioacchino Del Regno
committed
arm64: dts: mediatek: mt8173-evb: Add interrupts to DA9211 regulator
Add the required pinmux and assign the right interrupts-extended to the DA9211 regulator (PIO pin 15). Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
1 parent a40901f commit 093d6e3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

arch/arm64/boot/dts/mediatek/mt8173-evb.dts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
buck: da9211@68 {
118118
compatible = "dlg,da9211";
119119
reg = <0x68>;
120+
interrupts-extended = <&pio 15 IRQ_TYPE_LEVEL_LOW>;
120121

121122
regulators {
122123
da9211_vcpu_reg: BUCKA {
@@ -179,6 +180,13 @@
179180
};
180181
};
181182

183+
i2c1_pins_a: i2c1-pins {
184+
pins-da9211 {
185+
pinmux = <MT8173_PIN_15_EINT15__FUNC_GPIO15>;
186+
bias-pull-up;
187+
};
188+
};
189+
182190
mmc0_pins_default: mmc0-default-pins {
183191
pins-cmd-dat {
184192
pinmux = <MT8173_PIN_57_MSDC0_DAT0__FUNC_MSDC0_DAT0>,

0 commit comments

Comments
 (0)