Skip to content

Commit 008e6fa

Browse files
codrin989alexandrebelloni
authored andcommitted
ARM: dts: at91: sam9x60ek: classd: pull-down the L1 and L3 lines
The L1 and L3 lines drive NMOS transistors that are OFF with a low level. On the SAM9X60 EK board, if the pins corresponding to L1 and L3 have pull-ups enabled, there is an extra 2 x 30uA power consumption. Use pull-downs for these 2 lines to remove the unnecessary power consumption. Fixes: 1e5f532 ("ARM: dts: at91: sam9x60: add device tree for soc and board") Signed-off-by: Codrin Ciubotariu <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 07e324d commit 008e6fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/at91-sam9x60ek.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,9 +470,9 @@
470470
pinctrl_classd_default: classd {
471471
atmel,pins =
472472
<AT91_PIOA 24 AT91_PERIPH_C AT91_PINCTRL_PULL_UP
473-
AT91_PIOA 25 AT91_PERIPH_C AT91_PINCTRL_PULL_UP
473+
AT91_PIOA 25 AT91_PERIPH_C AT91_PINCTRL_PULL_DOWN
474474
AT91_PIOA 26 AT91_PERIPH_C AT91_PINCTRL_PULL_UP
475-
AT91_PIOA 27 AT91_PERIPH_C AT91_PINCTRL_PULL_UP>;
475+
AT91_PIOA 27 AT91_PERIPH_C AT91_PINCTRL_PULL_DOWN>;
476476
};
477477
};
478478

0 commit comments

Comments
 (0)