Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: i2c: update documentation for the Meson-AXG

Update the doc to explicitly add Meson-AXG to support list

Signed-off-by: Jian Hu <jian.hu@amlogic.com>
Signed-off-by: Yixun Lan <yixun.lan@amlogic.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>

authored by

Jian Hu and committed by
Wolfram Sang
f13ebc4f 13d6eb20

+5 -1
+5 -1
Documentation/devicetree/bindings/i2c/i2c-meson.txt
··· 1 1 Amlogic Meson I2C controller 2 2 3 3 Required properties: 4 - - compatible: must be "amlogic,meson6-i2c" or "amlogic,meson-gxbb-i2c" 4 + - compatible: must be: 5 + "amlogic,meson6-i2c" for Meson8 and compatible SoCs 6 + "amlogic,meson-gxbb-i2c" for GXBB and compatible SoCs 7 + "amlogic,meson-axg-i2c"for AXG and compatible SoCs 8 + 5 9 - reg: physical address and length of the device registers 6 10 - interrupts: a single interrupt specifier 7 11 - clocks: clock for the device