* [PATCH] dtb: amd: Fix-up for ccn504 and kcs nodes @ 2016-02-12 0:20 Suravee Suthikulpanit [not found] ` <1455236443-23949-1-git-send-email-Suravee.Suthikulpanit-5C7GfCeVMHo@public.gmane.org> 0 siblings, 1 reply; 3+ messages in thread From: Suravee Suthikulpanit @ 2016-02-12 0:20 UTC (permalink / raw) To: olof-nZhT3qVonbNeoWH0uzbU5w Cc: arnd-r2nGTMty4D4, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, arm-DgEjT+Ai2ygdnm+yROfE0A, brijeshkumar.singh-5C7GfCeVMHo, thomas.lendacky-5C7GfCeVMHo, leo.duran-5C7GfCeVMHo, Suravee Suthikulpanit, Brijesh Singh From: Suravee Suthikulpanit <suravee.suthikulpanit-5C7GfCeVMHo@public.gmane.org> This is a fix-up patch based on the review comment from Arnd regarding: * fix ccn504 address in the node name * remove kcs interrupt-name Signed-off-by: Brijesh Singh <brijesh.singh-5C7GfCeVMHo@public.gmane.org> Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit-5C7GfCeVMHo@public.gmane.org> Cc: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> --- Hi Olof, Here are the changes from the V3 that I sent earlier. Sorry for confusion. Would you please pull this into the next tree? Thank you, Suravee arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi index a7fc059..bd3adea 100644 --- a/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi +++ b/arch/arm64/boot/dts/amd/amd-seattle-soc.dtsi @@ -231,7 +231,7 @@ }; /* Perf CCN504 PMU */ - ccn: ccn@0xe8000000 { + ccn: ccn@e8000000 { compatible = "arm,ccn-504"; reg = <0x0 0xe8000000 0 0x1000000>; interrupts = <0 380 4>; @@ -243,7 +243,6 @@ device_type = "ipmi"; reg = <0x0 0xe0010000 0 0x8>; interrupts = <0 389 4>; - interrupt-names = "ipmi_kcs"; reg-size = <1>; reg-spacing = <4>; }; -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply related [flat|nested] 3+ messages in thread
[parent not found: <1455236443-23949-1-git-send-email-Suravee.Suthikulpanit-5C7GfCeVMHo@public.gmane.org>]
* Re: [PATCH] dtb: amd: Fix-up for ccn504 and kcs nodes [not found] ` <1455236443-23949-1-git-send-email-Suravee.Suthikulpanit-5C7GfCeVMHo@public.gmane.org> @ 2016-02-24 22:01 ` Olof Johansson 2016-02-25 5:23 ` Suravee Suthikulpanit 0 siblings, 1 reply; 3+ messages in thread From: Olof Johansson @ 2016-02-24 22:01 UTC (permalink / raw) To: Suravee Suthikulpanit Cc: arnd-r2nGTMty4D4, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, arm-DgEjT+Ai2ygdnm+yROfE0A, brijeshkumar.singh-5C7GfCeVMHo, thomas.lendacky-5C7GfCeVMHo, leo.duran-5C7GfCeVMHo, Brijesh Singh On Fri, Feb 12, 2016 at 07:20:43AM +0700, Suravee Suthikulpanit wrote: > From: Suravee Suthikulpanit <suravee.suthikulpanit-5C7GfCeVMHo@public.gmane.org> > > This is a fix-up patch based on the review comment from > Arnd regarding: > * fix ccn504 address in the node name > * remove kcs interrupt-name > > Signed-off-by: Brijesh Singh <brijesh.singh-5C7GfCeVMHo@public.gmane.org> > Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit-5C7GfCeVMHo@public.gmane.org> > Cc: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> > --- > > Hi Olof, > > Here are the changes from the V3 that I sent earlier. Sorry for confusion. > Would you please pull this into the next tree? > > Thank you, > Suravee Applied. I also noticed that the patch subjects were nonstandard the last time around. In the future, please use: arm64: dts: amd: ... as prefix, instead of just dtb (which is the binary format). I fixed it up for this patch, and the others, well, they're already applied. So let's try to remember it for the future. -Olof -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dtb: amd: Fix-up for ccn504 and kcs nodes 2016-02-24 22:01 ` Olof Johansson @ 2016-02-25 5:23 ` Suravee Suthikulpanit 0 siblings, 0 replies; 3+ messages in thread From: Suravee Suthikulpanit @ 2016-02-25 5:23 UTC (permalink / raw) To: Olof Johansson Cc: arnd-r2nGTMty4D4, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, arm-DgEjT+Ai2ygdnm+yROfE0A, brijeshkumar.singh-5C7GfCeVMHo, thomas.lendacky-5C7GfCeVMHo, leo.duran-5C7GfCeVMHo, Brijesh Singh Hi, On 02/25/2016 05:01 AM, Olof Johansson wrote: > On Fri, Feb 12, 2016 at 07:20:43AM +0700, Suravee Suthikulpanit wrote: >> From: Suravee Suthikulpanit <suravee.suthikulpanit-5C7GfCeVMHo@public.gmane.org> >> >> This is a fix-up patch based on the review comment from >> Arnd regarding: >> * fix ccn504 address in the node name >> * remove kcs interrupt-name >> >> Signed-off-by: Brijesh Singh <brijesh.singh-5C7GfCeVMHo@public.gmane.org> >> Signed-off-by: Suravee Suthikulpanit <suravee.suthikulpanit-5C7GfCeVMHo@public.gmane.org> >> Cc: Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org> >> --- >> >> Hi Olof, >> >> Here are the changes from the V3 that I sent earlier. Sorry for confusion. >> Would you please pull this into the next tree? >> >> Thank you, >> Suravee > > Applied. > > I also noticed that the patch subjects were nonstandard the last time around. > In the future, please use: > > arm64: dts: amd: ... > > as prefix, instead of just dtb (which is the binary format). I fixed it up for > this patch, and the others, well, they're already applied. So let's try to > remember it for the future. > > > -Olof > Thanks, and sorry for the mis-use of the subject line. Suravee -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-25 5:23 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-02-12 0:20 [PATCH] dtb: amd: Fix-up for ccn504 and kcs nodes Suravee Suthikulpanit [not found] ` <1455236443-23949-1-git-send-email-Suravee.Suthikulpanit-5C7GfCeVMHo@public.gmane.org> 2016-02-24 22:01 ` Olof Johansson 2016-02-25 5:23 ` Suravee Suthikulpanit
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).