Skip to content

Commit a1bf8e1

Browse files
authored
Added gpio hogs for CoPro and DAC (nxp-imx#22)
1 parent 1ca6935 commit a1bf8e1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

arch/arm64/boot/dts/freescale/mt-connect.dts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,11 @@
351351
"LED1_GREEN", "LED2_GREEN", "LED3_GREEN", "LED4_DUAL_YELLOW", "LED5_DUAL_RED", "LED4_DUAL_GREEN", "LED5_DUAL_GREEN", "",
352352
"", "", "", "", "", "", "", "",
353353
"", "", "", "", "", "", "", "";
354+
dpm_copro_en {
355+
gpio-hog;
356+
gpios = <1 GPIO_ACTIVE_HIGH>;
357+
output-high;
358+
};
354359
};
355360

356361
&gpio2 {
@@ -374,6 +379,16 @@
374379
"", "", "BRIDGE_LRCLK", "BRIDGE_BCLK", "BRIDGE_TXD0", "BRIDGE_TXD1", "S_BRIDGE_TXD2", "S_BRIDGE_TXD3",
375380
"", "", "", "", "", "", "", "",
376381
"", "", "", "", "HP_DAC_PDN_N", "SPI2_INT", "HP_DAC_I2CFIL", "DPM_HP_DAC_LRCK";
382+
hp_dac_pdn_n {
383+
gpio-hog;
384+
gpios = <28 GPIO_ACTIVE_HIGH>;
385+
output-high;
386+
};
387+
hp_dac_i2cfil {
388+
gpio-hog;
389+
gpios = <30 GPIO_ACTIVE_HIGH>;
390+
output-low;
391+
};
377392
};
378393

379394
&gpio5 {

0 commit comments

Comments
 (0)