* [PATCH v3 4/4] arm64: dts: actions: s700-cubieboard7: Enable SIRQ
@ 2018-11-26 10:09 Parthiban Nallathambi
2018-11-26 16:59 ` kbuild test robot
0 siblings, 1 reply; 3+ messages in thread
From: Parthiban Nallathambi @ 2018-11-26 10:09 UTC (permalink / raw)
To: marc.zyngier, tglx, jason, robh+dt, mark.rutland, afaerber,
catalin.marinas, will.deacon, manivannan.sadhasivam
Cc: linux-kernel, devicetree, linux-arm-kernel, thomas.liau, mp-cs,
linux, edgar.righi, laisa.costa, guilherme.simoes, mkzuffo,
Parthiban Nallathambi
Add pinctrl definitions for Actions Semiconductor S700 SIRQ external
interrupt controller.
Signed-off-by: Parthiban Nallathambi <pn@denx.de>
---
.../boot/dts/actions/s700-cubieboard7.dts | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/arch/arm64/boot/dts/actions/s700-cubieboard7.dts b/arch/arm64/boot/dts/actions/s700-cubieboard7.dts
index 28f3f4a0f7f0..af44fd0456cf 100644
--- a/arch/arm64/boot/dts/actions/s700-cubieboard7.dts
+++ b/arch/arm64/boot/dts/actions/s700-cubieboard7.dts
@@ -37,3 +37,22 @@
&uart3 {
status = "okay";
};
+
+&sirq {
+ pinctrl-names = "default";
+ pinctrl-0 = <&sirq2_default>;
+};
+
+&pinctrl {
+ sirq2_default: sirq2_default {
+ pinmux {
+ groups = "sirq2_dummy";
+ function = "sirq2";
+ };
+
+ pinconf {
+ pins = "sirq2";
+ bias-pull-pin-default;
+ };
+ };
+};
--
2.17.2
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH v3 4/4] arm64: dts: actions: s700-cubieboard7: Enable SIRQ
2018-11-26 10:09 [PATCH v3 4/4] arm64: dts: actions: s700-cubieboard7: Enable SIRQ Parthiban Nallathambi
@ 2018-11-26 16:59 ` kbuild test robot
2018-11-26 17:37 ` Parthiban Nallathambi
0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2018-11-26 16:59 UTC (permalink / raw)
Cc: kbuild-all, marc.zyngier, tglx, jason, robh+dt, mark.rutland,
afaerber, catalin.marinas, will.deacon, manivannan.sadhasivam,
linux-kernel, devicetree, linux-arm-kernel, thomas.liau, mp-cs,
linux, edgar.righi, laisa.costa, guilherme.simoes, mkzuffo,
Parthiban Nallathambi
[-- Attachment #1: Type: text/plain, Size: 1094 bytes --]
Hi Parthiban,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on tip/irq/core]
[also build test ERROR on v4.20-rc4 next-20181126]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Parthiban-Nallathambi/Add-Actions-Semi-Owl-family-sirq-support/20181126-181439
config: arm64-allmodconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
GCC_VERSION=7.2.0 make.cross ARCH=arm64
All errors (new ones prefixed by >>):
>> Error: arch/arm64/boot/dts/actions/s700-cubieboard7.dts:46.1-9 Label or path pinctrl not found
>> FATAL ERROR: Syntax error parsing input tree
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 61742 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH v3 4/4] arm64: dts: actions: s700-cubieboard7: Enable SIRQ
2018-11-26 16:59 ` kbuild test robot
@ 2018-11-26 17:37 ` Parthiban Nallathambi
0 siblings, 0 replies; 3+ messages in thread
From: Parthiban Nallathambi @ 2018-11-26 17:37 UTC (permalink / raw)
To: kbuild test robot
Cc: pn, kbuild-all, marc.zyngier, tglx, jason, robh+dt, mark.rutland,
afaerber, catalin.marinas, will.deacon, manivannan.sadhasivam,
linux-kernel, devicetree, linux-arm-kernel, thomas.liau, mp-cs,
linux, edgar.righi, laisa.costa, guilherme.simoes, mkzuffo
On 11/26/18 5:59 PM, kbuild test robot wrote:
> Hi Parthiban,
>
> Thank you for the patch! Yet something to improve:
>
> [auto build test ERROR on tip/irq/core]
> [also build test ERROR on v4.20-rc4 next-20181126]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
>
> url: https://github.com/0day-ci/linux/commits/Parthiban-Nallathambi/Add-Actions-Semi-Owl-family-sirq-support/20181126-181439
> config: arm64-allmodconfig (attached as .config)
> compiler: aarch64-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0
> reproduce:
> wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # save the attached .config to linux build tree
> GCC_VERSION=7.2.0 make.cross ARCH=arm64
>
> All errors (new ones prefixed by >>):
>
>>> Error: arch/arm64/boot/dts/actions/s700-cubieboard7.dts:46.1-9 Label or path pinctrl not found
>>> FATAL ERROR: Syntax error parsing input tree
For the reference, this patch depends on pinctrl for s700, which is yet
to be merged.
https://lore.kernel.org/patchwork/patch/1012859/
>
> ---
> 0-DAY kernel test infrastructure Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all Intel Corporation
>
--
Thanks,
Parthiban N
DENX Software Engineering GmbH, Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-22 Fax: (+49)-8142-66989-80 Email: pn@denx.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-11-26 17:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-26 10:09 [PATCH v3 4/4] arm64: dts: actions: s700-cubieboard7: Enable SIRQ Parthiban Nallathambi
2018-11-26 16:59 ` kbuild test robot
2018-11-26 17:37 ` Parthiban Nallathambi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).