commit | 0736d99758250742a563bb416c4f7be3394fb206 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Mar 25 11:13:54 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Mon Mar 25 11:15:15 2019 -0700 |
tree | 6d4c9c75dc288d3570dcd46533a9f24603720546 | |
parent | 0b3e60508154017b923320c18b133756ec34fc8a [diff] |
meta-ingrasys: zaius: Update I2C hwmon paths for the 5.0 kernel In the 5.0 Linux kernel, an I2C device path segment changed: i2c@1e78a000 -> bus@1e78a000 Tested: Verified paths visually, but not tested on hardware. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I3008869bb1beb8005a81c1b7c40413bab199f68c
diff --git a/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@300/pca9541a@70/i2c-arb/hotswap@54.conf b/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@300/pca9541a@70/i2c-arb/hotswap@54.conf similarity index 100% rename from meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@300/pca9541a@70/i2c-arb/hotswap@54.conf rename to meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@300/pca9541a@70/i2c-arb/hotswap@54.conf
diff --git a/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@40/ucd90160@64.conf b/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@40/ucd90160@64.conf similarity index 100% rename from meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/i2c@1e78a000/i2c-bus@40/ucd90160@64.conf rename to meta-zaius/recipes-phosphor/sensors/phosphor-hwmon/obmc/hwmon/ahb/apb/bus@1e78a000/i2c-bus@40/ucd90160@64.conf
diff --git a/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend b/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend index 3e6b729..31825e2 100644 --- a/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend +++ b/meta-zaius/recipes-phosphor/sensors/phosphor-hwmon_%.bbappend
@@ -1,7 +1,7 @@ FILESEXTRAPATHS_prepend_zaius := "${THISDIR}/${PN}:" -ZAIUS_CHIPS = "i2c@1e78a000/i2c-bus@40/ucd90160@64" -ZAIUS_CHIPS += " i2c@1e78a000/i2c-bus@300/pca9541a@70/i2c-arb/hotswap@54" +ZAIUS_CHIPS = "bus@1e78a000/i2c-bus@40/ucd90160@64" +ZAIUS_CHIPS += " bus@1e78a000/i2c-bus@300/pca9541a@70/i2c-arb/hotswap@54" ZAIUS_CHIPS += " pwm-tacho-controller@1e786000" ZAIUS_ITEMSFMT = "ahb/apb/{0}.conf"