summaryrefslogtreecommitdiffstats
path: root/meta-ibm
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2019-03-22 10:17:16 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2019-03-23 22:01:32 -0400
commit94b6374e6f9bc72ddacd97c695bb3f9de6ecfacc (patch)
treea0f7551c3458f0ca868ca253af25c22ac0f77fb8 /meta-ibm
parent6d0a6651e90d88e0836a74cd5591227639cda016 (diff)
downloadblackbird-openbmc-94b6374e6f9bc72ddacd97c695bb3f9de6ecfacc.tar.gz
blackbird-openbmc-94b6374e6f9bc72ddacd97c695bb3f9de6ecfacc.zip
wspoon: Update VRM I2C paths for the 5.0 kernel
In the 5.0 Linux kernel, an I2C device path segment changed: i2c@1e78a000 -> bus@1e78a000 (From meta-ibm rev: 0321766978ee9f229b8194fb47d48bd60fc3c0e5) Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Id158441b74330782ad46043fbdc54f55503552da Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'meta-ibm')
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/ir35221-unbind-bind.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/ir35221-unbind-bind.sh b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/ir35221-unbind-bind.sh
index 160cc5d27..85d77412d 100644
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/ir35221-unbind-bind.sh
+++ b/meta-ibm/meta-witherspoon/recipes-phosphor/chassis/vrm-control/ir35221-unbind-bind.sh
@@ -6,7 +6,7 @@
status=0
max_retries=3
driver_path="/sys/bus/i2c/drivers/ir35221/"
-platform_path="/sys/devices/platform/ahb/ahb:apb/ahb:apb:i2c@1e78a000/"
+platform_path="/sys/devices/platform/ahb/ahb:apb/ahb:apb:bus@1e78a000/"
unbind_driver () {
echo $1 > $driver_path/unbind
OpenPOWER on IntegriCloud