From 0ba2e4d969c8abbd7fff2b40692ada31d41a8693 Mon Sep 17 00:00:00 2001 From: Wolfram Sang Date: Mon, 6 Mar 2017 15:38:59 +0100 Subject: [PATCH] Documentation: devicetree: move trivial-devices out of I2C realm The I2C directory is for I2C master controllers, not for clients. So, move the file describing trivial devices one layer upwards where it fits its generic nature way better. Signed-off-by: Wolfram Sang Signed-off-by: Rob Herring --- Documentation/devicetree/bindings/{i2c => }/trivial-devices.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/{i2c => }/trivial-devices.txt (100%) diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/trivial-devices.txt similarity index 100% rename from Documentation/devicetree/bindings/i2c/trivial-devices.txt rename to Documentation/devicetree/bindings/trivial-devices.txt -- 2.39.5