All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: suniv: Fix improper bindings include patch
@ 2018-12-14  9:55 Maxime Ripard
  2018-12-20 15:40 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Ripard @ 2018-12-14  9:55 UTC (permalink / raw)
  To: arm; +Cc: Maxime Ripard, Mesih Kilinc, Chen-Yu Tsai, linux-arm-kernel

The clock and reset bindings are going through different trees, and while
the patch doesn't contain any value defined in that header, it still
includes those files and result in a build breakage when building the DT
without the matching clock and reset patches applied.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
---

Hi Arnd, Kevin, Olof,

Could you apply (or squash) that patch on top of the current sunxi dt
branch?

Thanks!
Maxime

 arch/arm/boot/dts/suniv-f1c100s.dtsi | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm/boot/dts/suniv-f1c100s.dtsi b/arch/arm/boot/dts/suniv-f1c100s.dtsi
index aff5f9022cd6..6100d3b75f61 100644
--- a/arch/arm/boot/dts/suniv-f1c100s.dtsi
+++ b/arch/arm/boot/dts/suniv-f1c100s.dtsi
@@ -4,9 +4,6 @@
  * Copyright 2018 Mesih Kilinc <mesihkilinc@gmail.com>
  */
 
-#include <dt-bindings/clock/suniv-ccu-f1c100s.h>
-#include <dt-bindings/reset/suniv-ccu-f1c100s.h>
-
 / {
 	#address-cells = <1>;
 	#size-cells = <1>;
-- 
2.19.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: dts: suniv: Fix improper bindings include patch
  2018-12-14  9:55 [PATCH] ARM: dts: suniv: Fix improper bindings include patch Maxime Ripard
@ 2018-12-20 15:40 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2018-12-20 15:40 UTC (permalink / raw)
  To: Maxime Ripard; +Cc: mesihkilinc, Chen-Yu Tsai, arm-soc, Linux ARM

On Fri, Dec 14, 2018 at 10:55 AM Maxime Ripard
<maxime.ripard@bootlin.com> wrote:
>
> The clock and reset bindings are going through different trees, and while
> the patch doesn't contain any value defined in that header, it still
> includes those files and result in a build breakage when building the DT
> without the matching clock and reset patches applied.
>
> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
> ---
>
> Hi Arnd, Kevin, Olof,
>
> Could you apply (or squash) that patch on top of the current sunxi dt
> branch?

Applied on top of next/dt, thanks for the fix!

      Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-20 15:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-14  9:55 [PATCH] ARM: dts: suniv: Fix improper bindings include patch Maxime Ripard
2018-12-20 15:40 ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.