Message ID | 1471504297-26947-4-git-send-email-zhiyong.tao@mediatek.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 18/08/16 08:11, Zhiyong Tao wrote: > The commit adds auxadc nodes to the Mediatek MT2701 dtsi file. > > Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com> > --- > This patch dependents on "Add clock support for Mediatek MT2701"[1]. > Please accept this patch together with [1]. > [1]http://lists.infradead.org/pipermail/linux-mediatek/2016-August/006620.html Guessing this is working it's way ultimately through arm-soc. Patches 1 and 2 are now heading through the iio / staging-iio route and should be merging in the next merge window if nothing odd happens. Thanks, Jonathan > --- > arch/arm/boot/dts/mt2701.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/arch/arm/boot/dts/mt2701.dtsi b/arch/arm/boot/dts/mt2701.dtsi > index 7eab6f4..8e6a18c 100644 > --- a/arch/arm/boot/dts/mt2701.dtsi > +++ b/arch/arm/boot/dts/mt2701.dtsi > @@ -175,6 +175,15 @@ > <0 0x10216000 0 0x2000>; > }; > > + auxadc: adc@11001000 { > + compatible = "mediatek,mt2701-auxadc"; > + reg = <0 0x11001000 0 0x1000>; > + clocks = <&pericfg CLK_PERI_AUXADC>; > + clock-names = "main"; > + #io-channel-cells = <1>; > + status = "disabled"; > + }; > + > uart0: serial@11002000 { > compatible = "mediatek,mt2701-uart", > "mediatek,mt6577-uart"; >
On Sun, 2016-08-21 at 19:58 +0100, Jonathan Cameron wrote: > On 18/08/16 08:11, Zhiyong Tao wrote: > > The commit adds auxadc nodes to the Mediatek MT2701 dtsi file. > > > > Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com> > > --- > > This patch dependents on "Add clock support for Mediatek MT2701"[1]. > > Please accept this patch together with [1]. > > [1]http://lists.infradead.org/pipermail/linux-mediatek/2016-August/006620.html Dear Jonathan, This patch dependents on "Add clock support for Mediatek MT2701"[1]. We will refresh it again to Matthias when [1] is merged. [1]http://lists.infradead.org/pipermail/linux-mediatek/2016-August/006620.html Thanks. > Guessing this is working it's way ultimately through arm-soc. Patches > 1 and 2 are now heading through the iio / staging-iio route and should be > merging in the next merge window if nothing odd happens. > > Thanks, > > Jonathan > > --- > > arch/arm/boot/dts/mt2701.dtsi | 9 +++++++++ > > 1 file changed, 9 insertions(+) > > > > diff --git a/arch/arm/boot/dts/mt2701.dtsi b/arch/arm/boot/dts/mt2701.dtsi > > index 7eab6f4..8e6a18c 100644 > > --- a/arch/arm/boot/dts/mt2701.dtsi > > +++ b/arch/arm/boot/dts/mt2701.dtsi > > @@ -175,6 +175,15 @@ > > <0 0x10216000 0 0x2000>; > > }; > > > > + auxadc: adc@11001000 { > > + compatible = "mediatek,mt2701-auxadc"; > > + reg = <0 0x11001000 0 0x1000>; > > + clocks = <&pericfg CLK_PERI_AUXADC>; > > + clock-names = "main"; > > + #io-channel-cells = <1>; > > + status = "disabled"; > > + }; > > + > > uart0: serial@11002000 { > > compatible = "mediatek,mt2701-uart", > > "mediatek,mt6577-uart"; > > >
Hi Zhiyong,
[auto build test ERROR on robh/for-next]
[also build test ERROR on v4.8-rc3 next-20160822]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
[Check https://git-scm.com/docs/git-format-patch for more information]
url: https://github.com/0day-ci/linux/commits/Zhiyong-Tao/AUXADC-Mediatek-auxadc-driver/20160818-152251
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm-hisi_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 5.4.0-6) 5.4.0 20160609
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=arm
All errors (new ones prefixed by >>):
>> Error: arch/arm/boot/dts/mt2701.dtsi:145.22-23 syntax error
FATAL ERROR: Unable to parse input tree
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
diff --git a/arch/arm/boot/dts/mt2701.dtsi b/arch/arm/boot/dts/mt2701.dtsi index 7eab6f4..8e6a18c 100644 --- a/arch/arm/boot/dts/mt2701.dtsi +++ b/arch/arm/boot/dts/mt2701.dtsi @@ -175,6 +175,15 @@ <0 0x10216000 0 0x2000>; }; + auxadc: adc@11001000 { + compatible = "mediatek,mt2701-auxadc"; + reg = <0 0x11001000 0 0x1000>; + clocks = <&pericfg CLK_PERI_AUXADC>; + clock-names = "main"; + #io-channel-cells = <1>; + status = "disabled"; + }; + uart0: serial@11002000 { compatible = "mediatek,mt2701-uart", "mediatek,mt6577-uart";
The commit adds auxadc nodes to the Mediatek MT2701 dtsi file. Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com> --- This patch dependents on "Add clock support for Mediatek MT2701"[1]. Please accept this patch together with [1]. [1]http://lists.infradead.org/pipermail/linux-mediatek/2016-August/006620.html --- arch/arm/boot/dts/mt2701.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+)