public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Johan Jonker <jbx6244@gmail.com>
To: kever.yang@rock-chips.com
Cc: sjg@chromium.org, philipp.tomsich@vrull.eu, lukma@denx.de,
	seanga2@gmail.com, u-boot@lists.denx.de
Subject: [PATCH v11 07/16] arm: dts: rockchip: fix include rk3xxx-u-boot.dtsi
Date: Sat, 16 Apr 2022 17:09:43 +0200	[thread overview]
Message-ID: <20220416150952.18758-8-jbx6244@gmail.com> (raw)
In-Reply-To: <20220416150952.18758-1-jbx6244@gmail.com>

Move the include for rk3xxx-u-boot.dtsi to rk3188-u-boot.dtsi
to stay in line with U-boot dtsi files.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
---
 arch/arm/dts/rk3188-u-boot.dtsi | 1 +
 arch/arm/dts/rk3188.dtsi        | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/rk3188-u-boot.dtsi b/arch/arm/dts/rk3188-u-boot.dtsi
index 43f05b9876..735776c16b 100644
--- a/arch/arm/dts/rk3188-u-boot.dtsi
+++ b/arch/arm/dts/rk3188-u-boot.dtsi
@@ -4,6 +4,7 @@
  */
 
 #include "rockchip-u-boot.dtsi"
+#include "rk3xxx-u-boot.dtsi"
 
 &global_timer {
 	status = "okay";
diff --git a/arch/arm/dts/rk3188.dtsi b/arch/arm/dts/rk3188.dtsi
index 6c1c2ff533..6764776cce 100644
--- a/arch/arm/dts/rk3188.dtsi
+++ b/arch/arm/dts/rk3188.dtsi
@@ -9,7 +9,6 @@
 #include <dt-bindings/clock/rk3188-cru.h>
 #include <dt-bindings/power/rk3188-power.h>
 #include "rk3xxx.dtsi"
-#include "rk3xxx-u-boot.dtsi"
 
 / {
 	compatible = "rockchip,rk3188";
-- 
2.20.1


  parent reply	other threads:[~2022-04-16 15:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-16 15:09 [PATCH v11 00/16] Add Rikomagic MK808 board Johan Jonker
2022-04-16 15:09 ` [PATCH v11 01/16] rockchip: rk3066-power: sync power domain dt-binding header from Linux Johan Jonker
2022-04-16 15:09 ` [PATCH v11 02/16] rockchip: rk3066: add grf header file Johan Jonker
2022-04-16 15:09 ` [PATCH v11 03/16] rockchip: rk3066: add clock driver for rk3066 soc Johan Jonker
2022-04-16 15:09 ` [PATCH v11 04/16] rockchip: rk3066: add rk3066 pinctrl driver Johan Jonker
2022-04-16 15:09 ` [PATCH v11 05/16] rockchip: rk3066: add sdram driver Johan Jonker
2022-04-16 15:09 ` [PATCH v11 06/16] arm: dts: rockchip: fix rk3xxx-u-boot.dtsi Johan Jonker
2022-04-16 15:09 ` Johan Jonker [this message]
2022-04-16 15:09 ` [PATCH v11 08/16] arm: dts: rockchip: add rk3066a.dtsi Johan Jonker
2022-04-16 15:09 ` [PATCH v11 09/16] arm: dts: rockchip: add rk3066a-mk808.dts Johan Jonker
2022-04-16 15:09 ` [PATCH v11 10/16] rockchip: tools: add rk3066 support to rkcommon.c Johan Jonker
2022-04-16 15:09 ` [PATCH v11 11/16] rockchip: rk3066: add core support Johan Jonker
2022-04-16 15:09 ` [PATCH v11 12/16] rockchip: rk3066: add Rikomagic MK808 board Johan Jonker
2022-04-16 15:09 ` [PATCH v11 13/16] rockchip: rk3066: add mk808_defconfig Johan Jonker
2022-04-16 15:09 ` [PATCH v11 14/16] doc: rockchip: restyle rockchip.rst Johan Jonker
2022-04-16 15:09 ` [PATCH v11 15/16] doc: rockchip: add px30/rk3326 boards and examples Johan Jonker
2022-04-16 15:09 ` [PATCH v11 16/16] doc: rockchip: add rk3066 Rikomagic MK808 Johan Jonker
2022-04-20 12:16 ` [PATCH v11 00/16] Add Rikomagic MK808 board Kever Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220416150952.18758-8-jbx6244@gmail.com \
    --to=jbx6244@gmail.com \
    --cc=kever.yang@rock-chips.com \
    --cc=lukma@denx.de \
    --cc=philipp.tomsich@vrull.eu \
    --cc=seanga2@gmail.com \
    --cc=sjg@chromium.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox