From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751545AbdDAHT2 (ORCPT ); Sat, 1 Apr 2017 03:19:28 -0400 Received: from ec2-52-27-115-49.us-west-2.compute.amazonaws.com ([52.27.115.49]:54106 "EHLO osg.samsung.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751386AbdDAHTU (ORCPT ); Sat, 1 Apr 2017 03:19:20 -0400 From: Javier Martinez Canillas To: linux-kernel@vger.kernel.org Cc: devicetree@vger.kernel.org, Rob Herring , Lee Jones , Javier Martinez Canillas , Wolfram Sang , linux-i2c@vger.kernel.org, Mark Rutland Subject: [PATCH v3 3/7] i2c: i2c-cbus-gpio: Add vendor prefix to retu node in example Date: Sat, 1 Apr 2017 03:18:50 -0400 Message-Id: <20170401071854.23198-4-javier@osg.samsung.com> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20170401071854.23198-1-javier@osg.samsung.com> References: <20170401071854.23198-1-javier@osg.samsung.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The example contains a device node for a retu-mfd device, but its compatible string doesn't have a vendor prefix. Signed-off-by: Javier Martinez Canillas --- Changes in v3: None Changes in v2: None Documentation/devicetree/bindings/i2c/i2c-cbus-gpio.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/i2c/i2c-cbus-gpio.txt b/Documentation/devicetree/bindings/i2c/i2c-cbus-gpio.txt index 8ce9cd2855b5..32bcb1943f00 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-cbus-gpio.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-cbus-gpio.txt @@ -21,7 +21,7 @@ i2c@0 { #size-cells = <0>; retu-mfd: retu@1 { - compatible = "retu-mfd"; + compatible = "nokia,retu-mfd"; reg = <0x1>; }; }; -- 2.9.3