From mboxrd@z Thu Jan 1 00:00:00 1970 From: jian.hu@amlogic.com (Jian Hu) Date: Thu, 29 Nov 2018 18:59:55 +0800 Subject: [PATCH 1/2] dt-bindings: i2c: meson: add Meson G12A SoC i2c compatible string In-Reply-To: <1543489197-183181-1-git-send-email-jian.hu@amlogic.com> References: <1543489197-183181-1-git-send-email-jian.hu@amlogic.com> Message-ID: <1543489197-183181-2-git-send-email-jian.hu@amlogic.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Add Meson G12A SoC i2c controller compatible string Signed-off-by: Jian Hu --- Documentation/devicetree/bindings/i2c/i2c-meson.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/i2c/i2c-meson.txt b/Documentation/devicetree/bindings/i2c/i2c-meson.txt index 13d410d..795bc12 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-meson.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-meson.txt @@ -5,6 +5,7 @@ Required properties: "amlogic,meson6-i2c" for Meson8 and compatible SoCs "amlogic,meson-gxbb-i2c" for GXBB and compatible SoCs "amlogic,meson-axg-i2c"for AXG and compatible SoCs + "amlogic,meson-g12a-i2c" for G12A and compatible SoCs - reg: physical address and length of the device registers - interrupts: a single interrupt specifier -- 1.9.1