"smbus_alert" is currently listed as an interrupt for targets. This is wrong, it is an interrupt for the controller. The mistake (mea culpa!) was already in the originating "i2c.txt" file in the Linux Kernel. Time to fix it. Make small changes to descriptions to use inclusive language while we are here. Sadly, not tested with 'dt-doc-validate'. I tried to install my local dtschema repo with $ ~/.venv/bin/pip3 install -e . and got: error: Multiple top-level packages discovered in a flat-layout: ['patches', 'dtschema']. I am afraid I am not enough of a Python guy to fix this on my own. Looking forward to comments... Wolfram Sang (3): schemas: i2c: reword descriptions for inclusive language schemas: i2c: clean up interrupt descriptions for I2C targets schemas: i2c: add generic interrupt name for I2C controllers dtschema/schemas/i2c/i2c-controller.yaml | 36 +++++++++++++++++------- 1 file changed, 26 insertions(+), 10 deletions(-) -- 2.43.0