diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-06-15 20:02:27 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-06-16 19:16:30 +0000 |
commit | 97fc054979d709bd84861e046b451cf2abc97fbc (patch) | |
tree | d80279c13f876874f2eabb262b3ed9c9c790e8b3 /src/mainboard/google/zork/variants/woomax | |
parent | 5d084ddb8763f3e9ff4498872d21e56ec5c7434e (diff) |
soc/amd/picasso: introduce and use devicetree aliases for I2C2&I2C3
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I06102f4fcc3bf9de332c71a52c632241b95cde19
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55543
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/zork/variants/woomax')
-rw-r--r-- | src/mainboard/google/zork/variants/woomax/overridetree.cb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/zork/variants/woomax/overridetree.cb b/src/mainboard/google/zork/variants/woomax/overridetree.cb index 3cab541498..20d4783a9b 100644 --- a/src/mainboard/google/zork/variants/woomax/overridetree.cb +++ b/src/mainboard/google/zork/variants/woomax/overridetree.cb @@ -82,7 +82,7 @@ chip soc/amd/picasso end end # domain - device mmio 0xfedc4000 on + device ref i2c_2 on chip drivers/i2c/generic register "hid" = ""ELAN0000"" register "desc" = ""ELAN Touchpad"" |