From: Wolfram Sang Date: Fri, 20 Apr 2012 15:08:02 +0000 (+0200) Subject: devicetree: bindings: gpio-i2c belongs to i2c not gpio X-Git-Tag: v3.6-rc1~67^2~59 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f14cf2fb8d30f9dad2e532a4e3f1ed4ca82fbc3b;p=platform%2Fkernel%2Flinux-3.10.git devicetree: bindings: gpio-i2c belongs to i2c not gpio gpio-i2c describes an I2C controller (using gpios for data and clock), so it must be described in i2c, not gpio. Signed-off-by: Wolfram Sang Acked-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/gpio/gpio_i2c.txt b/Documentation/devicetree/bindings/i2c/gpio-i2c.txt similarity index 100% rename from Documentation/devicetree/bindings/gpio/gpio_i2c.txt rename to Documentation/devicetree/bindings/i2c/gpio-i2c.txt