提交 83666102 编写于 作者: W Wolfram Sang 提交者: Wolfram Sang

i2c: slave: fix the example how to instantiate from userspace

I copied the wrong shell code into the documentation. Sorry to all who
tried to get sense out of this current example :/ Slight rewording while
we are here.
Reported-by: NTim Bakker <bakkert@mymail.vcu.edu>
Signed-off-by: NWolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
Cc: stable@kernel.org
上级 0f57d867
...@@ -31,10 +31,10 @@ User manual ...@@ -31,10 +31,10 @@ User manual
=========== ===========
I2C slave backends behave like standard I2C clients. So, you can instantiate I2C slave backends behave like standard I2C clients. So, you can instantiate
them like described in the document 'instantiating-devices'. A quick example them as described in the document 'instantiating-devices'. A quick example for
for instantiating the slave-eeprom driver from userspace: instantiating the slave-eeprom driver from userspace at address 0x64 on bus 1:
# echo 0-0064 > /sys/bus/i2c/drivers/i2c-slave-eeprom/bind # echo slave-24c02 0x64 > /sys/bus/i2c/devices/i2c-1/new_device
Each backend should come with separate documentation to describe its specific Each backend should come with separate documentation to describe its specific
behaviour and setup. behaviour and setup.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册