On 16 November 2017 at 20:34, Eric Anholt <eric@xxxxxxxxxx> wrote: > Stefan Wahren <stefan.wahren@xxxxxxxx> writes: > >> The GPU firmware of the Raspberry Pi 3 uses i2c0 to communicate to >> the FXL6408 gpio expander. It's a bad idea to use the same interface >> from the ARM side. Since this interface isn't used by the other >> RPi boards, it's save to remove the complete node and avoid this >> conflict. > > It's not used by other kernel drivers currently, but should we leave it > in for the pi0/1/2 folks that might have userspace I2C stuff using it? > That's a thing people do, right? I actually don't know. The firmware hasn't used BSC0 for the GPIO expander since the end of January. It now bit bashes it. Sorry if that information hadn't filtered through. I've got a patch I was about to send to rpi-linux for comment which sets up the i2c-mux-pinctrl driver on BSC0 so that it can be used either on GPIOs 0&1, or the GPIOs connected to the DSI and CSI connectors (I want it to talk to the camera module, and I guess Eric won't complain for talking to the DSI display). I'll aim to sort it on Monday. Dave -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html