radxa-pkg / radxa-overlays

Additional device tree overlays to support different hardwares on Radxa products
GNU General Public License v2.0
39 stars 28 forks source link

ROCK Pi S的I2C1 overlay是多余的 #269

Closed RadxaYuntian closed 6 months ago

RadxaYuntian commented 6 months ago

https://github.com/torvalds/linux/blob/master/arch/arm64/boot/dts/rockchip/rk3308-rock-pi-s.dts#L208-L210 https://github.com/radxa/overlays/blob/main/arch/arm64/boot/dts/rockchip/overlays/rk3308-i2c1.dts#L7

看一看这个I2C1有没有被其他设备使用,如果没有被使用则需要在bsp里面添加一个删除i2c1结点的patch

nascs commented 6 months ago

软件上就只是打开了,硬件上也没有什么 i2c 设备连接

RadxaYuntian commented 6 months ago

bsp里面给.stable-6.1和.stable-6.6添加patch把i2c默认关闭吧

RadxaYuntian commented 6 months ago

把开启的结点删掉就好

nascs commented 6 months ago

bsp pr 89

RadxaYuntian commented 6 months ago

要在PR的正文里面写Close radxa/overlays#269才能把issue和PR关联起来,并且在PR合并时自动关闭这个issue

sriram-rs commented 6 months ago

Thanks for opening this issue, @RadxaYuntian