diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-02 17:00:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-02 17:00:46 +0000 |
commit | 366007c3d88f6ea355f9413950ceab6f671b7049 (patch) | |
tree | de2c7d0500a62de4e054a93e4e2b858e2199e861 /target/linux/omap/patches-3.12/406-ASoC-tlv320aic3x-Add-regulators-to-DT-bindings-docum.patch | |
parent | 1839d1b912adbd416257521d8023807d047e496f (diff) | |
download | mtk-20170518-366007c3d88f6ea355f9413950ceab6f671b7049.zip mtk-20170518-366007c3d88f6ea355f9413950ceab6f671b7049.tar.gz mtk-20170518-366007c3d88f6ea355f9413950ceab6f671b7049.tar.bz2 |
omap: remove 3.12 kernel patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42401
Diffstat (limited to 'target/linux/omap/patches-3.12/406-ASoC-tlv320aic3x-Add-regulators-to-DT-bindings-docum.patch')
-rw-r--r-- | target/linux/omap/patches-3.12/406-ASoC-tlv320aic3x-Add-regulators-to-DT-bindings-docum.patch | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/target/linux/omap/patches-3.12/406-ASoC-tlv320aic3x-Add-regulators-to-DT-bindings-docum.patch b/target/linux/omap/patches-3.12/406-ASoC-tlv320aic3x-Add-regulators-to-DT-bindings-docum.patch deleted file mode 100644 index 3372ae4..0000000 --- a/target/linux/omap/patches-3.12/406-ASoC-tlv320aic3x-Add-regulators-to-DT-bindings-docum.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 2e8f45c820bc025bac3a5257478f16f73b38d54c Mon Sep 17 00:00:00 2001 -From: Jyri Sarha <jsarha@ti.com> -Date: Wed, 11 Sep 2013 15:04:56 +0300 -Subject: [PATCH 217/752] ASoC: tlv320aic3x: Add regulators to DT bindings - document - -Add regulator properties to tlv320aic3x DT bindings document. - -Signed-off-by: Jyri Sarha <jsarha@ti.com> ---- - Documentation/devicetree/bindings/sound/tlv320aic3x.txt | 7 +++++++ - 1 file changed, 7 insertions(+) - ---- a/Documentation/devicetree/bindings/sound/tlv320aic3x.txt -+++ b/Documentation/devicetree/bindings/sound/tlv320aic3x.txt -@@ -24,10 +24,17 @@ Optional properties: - 3 - MICBIAS output is connected to AVDD, - If this node is not mentioned or if the value is incorrect, then MicBias - is powered down. -+- AVDD-supply, IOVDD-supply, DRVDD-supply, DVDD-supply : power supplies for the -+ device as covered in Documentation/devicetree/bindings/regulator/regulator.txt - - Example: - - tlv320aic3x: tlv320aic3x@1b { - compatible = "ti,tlv320aic3x"; - reg = <0x1b>; -+ -+ AVDD-supply = <®ulator>; -+ IOVDD-supply = <®ulator>; -+ DRVDD-supply = <®ulator>; -+ DVDD-supply = <®ulator>; - }; |