# HG changeset patch # User Paul Boddie # Date 1592075278 -7200 # Node ID f54524d64fbab6a893b27e2b462da54f51f82042 # Parent 01bc0d4a21b302899e08abc0a3754696be993927 Updated the configuration for the CI20 HDMI/I2C example. diff -r 01bc0d4a21b3 -r f54524d64fba conf/landfall-examples/mips-ci20-hdmi-i2c.cfg --- a/conf/landfall-examples/mips-ci20-hdmi-i2c.cfg Sat Jun 13 18:37:17 2020 +0200 +++ b/conf/landfall-examples/mips-ci20-hdmi-i2c.cfg Sat Jun 13 21:07:58 2020 +0200 @@ -6,12 +6,12 @@ local io_buses = { - hdmi = l:new_channel(); + vbus = l:new_channel(); }; l:start({ caps = { - hdmi = io_buses.hdmi:svr(), + vbus = io_buses.vbus:svr(), icu = L4.Env.icu, sigma0 = L4.cast(L4.Proto.Factory, L4.Env.sigma0):create(L4.Proto.Sigma0), }, @@ -23,7 +23,7 @@ l:start({ caps = { icu = L4.Env.icu, - vbus = io_buses.hdmi, + vbus = io_buses.vbus, }, }, "rom/ex_ci20_hdmi_i2c"); diff -r 01bc0d4a21b3 -r f54524d64fba conf/landfall-examples/mips-ci20-hdmi-i2c.io --- a/conf/landfall-examples/mips-ci20-hdmi-i2c.io Sat Jun 13 18:37:17 2020 +0200 +++ b/conf/landfall-examples/mips-ci20-hdmi-i2c.io Sat Jun 13 21:07:58 2020 +0200 @@ -7,7 +7,8 @@ { CPM = wrap(hw:match("jz4780-cpm")); GPIO = wrap(hw:match("jz4780-gpio")); + LCD = wrap(hw:match("jz4780-lcd")); HDMI = wrap(hw:match("jz4780-hdmi")); } -Io.add_vbus("hdmi", bus) +Io.add_vbus("vbus", bus)