[coreboot-gerrit] Change in coreboot[master]: nocturne: Fix uid and desc for sx9310

Enrico Granata (Code Review) gerrit at coreboot.org
Wed Jun 27 01:49:37 CEST 2018


Enrico Granata has uploaded this change for review. ( https://review.coreboot.org/27248


Change subject: nocturne: Fix uid and desc for sx9310
......................................................................

nocturne: Fix uid and desc for sx9310

This commit changes the uid and desc fields for the sx9310 entries
in the devicetree to be unique, and correctly identify the position
of the respective sensors.

Change-Id: I501df7d3349fdebc9673c9815f5b1b2458abac6e
Signed-off-by: Enrico Granata <egranata at chromium.org>
---
M src/mainboard/google/poppy/variants/nocturne/devicetree.cb
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/48/27248/1

diff --git a/src/mainboard/google/poppy/variants/nocturne/devicetree.cb b/src/mainboard/google/poppy/variants/nocturne/devicetree.cb
index 0797f62..91c0b44 100644
--- a/src/mainboard/google/poppy/variants/nocturne/devicetree.cb
+++ b/src/mainboard/google/poppy/variants/nocturne/devicetree.cb
@@ -301,10 +301,10 @@
 		end # I2C #0 - Touchscreen
 		device pci 15.1 on
 			chip drivers/i2c/sx9310
-				register "desc" = ""Left SAR Proximity Sensor""
+				register "desc" = ""Right SAR Proximity Sensor""
 				register "irq" = "ACPI_IRQ_LEVEL_LOW(GPP_D9_IRQ)"
 				register "speed" = "I2C_SPEED_FAST_PLUS"
-				register "uid" = "1"
+				register "uid" = "0"
 				register "reg_prox_ctrl0" = "0x1A"
 				register "reg_prox_ctrl1" = "0x00"
 				register "reg_prox_ctrl2" = "0x84"

-- 
To view, visit https://review.coreboot.org/27248
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: I501df7d3349fdebc9673c9815f5b1b2458abac6e
Gerrit-Change-Number: 27248
Gerrit-PatchSet: 1
Gerrit-Owner: Enrico Granata <egranata at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180626/b8adb6e1/attachment.html>


More information about the coreboot-gerrit mailing list