[coreboot-gerrit] Patch set updated for coreboot: google/reef: Make the device address more readable

HARSHAPRIYA N (harshapriya.n@intel.com) gerrit at coreboot.org
Fri Jul 1 20:42:10 CEST 2016


HARSHAPRIYA N (harshapriya.n at intel.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15434

-gerrit

commit d3ea0deab9b65a152fd18d92596adea06fb4c823
Author: Sathyanarayana Nujella <sathyanarayana.nujella at intel.com>
Date:   Thu Jun 16 14:40:17 2016 -0700

    google/reef: Make the device address more readable
    
    Using central header file to include device address and interrupt
    line to avoid confusion.
    
    Change-Id: Ie0eae6e88db29ab9dc628f8c3fc0178b085b5536
    Signed-off-by: Sathyanarayana Nujella <sathyanarayana.nujella at intel.com>
---
 src/mainboard/google/reef/on_board.h | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/src/mainboard/google/reef/on_board.h b/src/mainboard/google/reef/on_board.h
new file mode 100644
index 0000000..3c2af96
--- /dev/null
+++ b/src/mainboard/google/reef/on_board.h
@@ -0,0 +1,21 @@
+/*
+ * This file is part of the coreboot project.
+ *
+ * Copyright (C) 2016 Intel Corp.
+ * (Written by Lance Zhao <lijian.zhao at intel.com> for Intel Corp.)
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ */
+
+#ifndef _ON_BOARD_H_
+#define _ON_BOARD_H_
+
+#include <soc/gpio_defs.h>
+
+#define BOARD_HP_MIC_CODEC_I2C_ADDR		0x1a
+#define BOARD_HP_MIC_CODEC_IRQ			0x5b
+
+#endif				/* _ON_BOARD_H_ */



More information about the coreboot-gerrit mailing list