From 0330d9adf2602c44201d5e1b842747caf7dd83b1 Mon Sep 17 00:00:00 2001 From: Alec Berg Date: Tue, 30 Sep 2014 17:19:50 -0700 Subject: zinger: minimuffin: add board support for minimuffin Minimuffin is identical to zinger, same MCU, same gpio, same circuitry aroundt the MCU with two differences: - Rated current is 2.25A instead of 3A - USB PD hardware device ID needs to be different so that host can differentiate between the two. Due to the similarity between the two, minimuffin is defined as a symlink to the zinger board. BUG=none BRANCH=samus TEST=make BOARD=minimuffin load onto a zinger and verify that samus reads device ID correctly and limits input current limit to 2.25mA. Change-Id: Ie39ec43262c7d14663eb68abff073bfeec451a24 Signed-off-by: Alec Berg Reviewed-on: https://chromium-review.googlesource.com/220689 Reviewed-by: Randall Spangler Reviewed-by: Vincent Palatin --- chip/stm32/usb_pd_phy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chip/stm32/usb_pd_phy.c') diff --git a/chip/stm32/usb_pd_phy.c b/chip/stm32/usb_pd_phy.c index a19bcc7969..041d5b5c58 100644 --- a/chip/stm32/usb_pd_phy.c +++ b/chip/stm32/usb_pd_phy.c @@ -456,7 +456,7 @@ void pd_rx_handler(void) } } } -#ifndef BOARD_ZINGER +#ifdef CONFIG_USB_PD_RX_COMP_IRQ DECLARE_IRQ(STM32_IRQ_COMP, pd_rx_handler, 1); #endif -- cgit v1.2.1