From: Wolfram Sang Date: Thu, 21 Mar 2019 23:04:21 +0000 (+0100) Subject: i2c: stu300: make bindings file name match the driver X-Git-Tag: v5.1-rc3~23^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a96f9ffbfe9446b5c4c67461085236d578248e5;p=thirdparty%2Fkernel%2Flinux.git i2c: stu300: make bindings file name match the driver If we use the "i2c-" prefix for the binding documentation file name, then it should match the file name of the driver, if possible. It is possible for this driver, so rename it. Signed-off-by: Wolfram Sang --- diff --git a/Documentation/devicetree/bindings/i2c/i2c-st-ddci2c.txt b/Documentation/devicetree/bindings/i2c/i2c-stu300.txt similarity index 100% rename from Documentation/devicetree/bindings/i2c/i2c-st-ddci2c.txt rename to Documentation/devicetree/bindings/i2c/i2c-stu300.txt