# HG changeset patch # User Paul Boddie # Date 1713536748 -7200 # Node ID c32074a0ec803894f515b92b9748932456098b3f # Parent 596485dfef517b505be084ec27f37e0eb2fd75b9 Added missing MSC peripheral details to the IO bus. diff -r 596485dfef51 -r c32074a0ec80 conf/landfall-examples/mips-jz4780-info.io --- a/conf/landfall-examples/mips-jz4780-info.io Fri Apr 19 16:22:07 2024 +0200 +++ b/conf/landfall-examples/mips-jz4780-info.io Fri Apr 19 16:25:48 2024 +0200 @@ -10,6 +10,7 @@ DMA = wrap(hw:match("jz4780-dma")); GPIO = wrap(hw:match("jz4780-gpio")); I2C = wrap(hw:match("jz4780-i2c")); + MSC = wrap(hw:match("jz4780-msc")); RTC = wrap(hw:match("jz4780-rtc")); SSI = wrap(hw:match("jz4780-ssi")); TCU = wrap(hw:match("jz4780-tcu"));