From: Raphael Poggi Date: Fri, 6 Nov 2015 21:51:47 +0000 (-0800) Subject: dt-bindings: ak4554: extension should be .txt X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=87ab5205e620f0936f5c65c9d6c7b341dca9d5f9;p=openwrt%2Fstaging%2Fblogic.git dt-bindings: ak4554: extension should be .txt Signed-off-by: Raphaƫl Poggi Signed-off-by: Rob Herring --- diff --git a/Documentation/devicetree/bindings/sound/ak4554.c b/Documentation/devicetree/bindings/sound/ak4554.c deleted file mode 100644 index 934fa02754b3..000000000000 --- a/Documentation/devicetree/bindings/sound/ak4554.c +++ /dev/null @@ -1,11 +0,0 @@ -AK4554 ADC/DAC - -Required properties: - - - compatible : "asahi-kasei,ak4554" - -Example: - -ak4554-adc-dac { - compatible = "asahi-kasei,ak4554"; -}; diff --git a/Documentation/devicetree/bindings/sound/ak4554.txt b/Documentation/devicetree/bindings/sound/ak4554.txt new file mode 100644 index 000000000000..934fa02754b3 --- /dev/null +++ b/Documentation/devicetree/bindings/sound/ak4554.txt @@ -0,0 +1,11 @@ +AK4554 ADC/DAC + +Required properties: + + - compatible : "asahi-kasei,ak4554" + +Example: + +ak4554-adc-dac { + compatible = "asahi-kasei,ak4554"; +};