[coreboot-gerrit] Change in coreboot[master]: mb/google/poppy/variant/nautilus: Add SAR sensor device into devicetr...

Seunghwan Kim (Code Review) gerrit at coreboot.org
Mon Jun 18 03:04:00 CEST 2018


Seunghwan Kim has uploaded this change for review. ( https://review.coreboot.org/27149


Change subject: mb/google/poppy/variant/nautilus: Add SAR sensor device into devicetree.cb
......................................................................

mb/google/poppy/variant/nautilus: Add SAR sensor device into devicetree.cb

This change defines SAR sensor device into devicetree.cb.
Since only LTE sku has SAR sensor, we will use GPP_B20 as a device_present_gpio.

BUG=None
BRANCH=poppy
TEST=Verified SAR sensor device is loaded by driver in Chrome OS

Change-Id: Ib4969e4b82d18b1b1a599de8226c2d7d4bda7915
Signed-off-by: Seunghwan Kim <sh_.kim at samsung.com>
---
M src/mainboard/google/poppy/variants/nautilus/devicetree.cb
1 file changed, 10 insertions(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/27149/1

diff --git a/src/mainboard/google/poppy/variants/nautilus/devicetree.cb b/src/mainboard/google/poppy/variants/nautilus/devicetree.cb
index 79bb5fb..707d174 100644
--- a/src/mainboard/google/poppy/variants/nautilus/devicetree.cb
+++ b/src/mainboard/google/poppy/variants/nautilus/devicetree.cb
@@ -328,7 +328,16 @@
 				device i2c 50 on end
 			end
 		end # I2C #1
-		device pci 15.2 on end # I2C #2
+		device pci 15.2 on
+			chip drivers/i2c/generic
+				register "hid" = ""SX9321""
+				register "name" = ""SEMTECK SX9321""
+				register "desc" = ""SAR Proximity Sensor""
+				register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_A18_IRQ)"
+				register "device_present_gpio" = "GPP_B20"
+				device i2c 28 on end
+			end
+		end # I2C #2
 		device pci 15.3 on
 			chip drivers/i2c/hid
 				register "generic.hid" = ""ACPI0C50""

-- 
To view, visit https://review.coreboot.org/27149
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib4969e4b82d18b1b1a599de8226c2d7d4bda7915
Gerrit-Change-Number: 27149
Gerrit-PatchSet: 1
Gerrit-Owner: Seunghwan Kim <sh_.kim at samsung.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180618/2a3ba50d/attachment-0001.html>


More information about the coreboot-gerrit mailing list