diff mbox series

ARM: dts: suniv: Fix improper bindings include patch

Message ID 20181214095538.23714-1-maxime.ripard@bootlin.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: suniv: Fix improper bindings include patch | expand

Commit Message

Maxime Ripard Dec. 14, 2018, 9:55 a.m. UTC
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(-)

Comments

Arnd Bergmann Dec. 20, 2018, 3:40 p.m. UTC | #1
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
diff mbox series

Patch

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>;