From: Johan Jonker <jbx6244@gmail.com>
To: kever.yang@rock-chips.com
Cc: sjg@chromium.org, philipp.tomsich@vrull.eu, u-boot@lists.denx.de,
w.egorov@phytec.de, hl@rock-chips.com,
jagan@amarulasolutions.com, heiko@sntech.de
Subject: [PATCH v1 13/15] arm: dts: rockchip: move all rk3288-veyron u-boot related properties
Date: Mon, 7 Feb 2022 04:47:25 +0100 [thread overview]
Message-ID: <20220207034727.2683-13-jbx6244@gmail.com> (raw)
In-Reply-To: <20220207034727.2683-1-jbx6244@gmail.com>
In order to sync rk3288-veyron related DT files
all u-boot properties have to move to rk3288-veyron-u-boot.dtsi
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
arch/arm/dts/rk3288-veyron-u-boot.dtsi | 42 ++++++++++++++++++++++++++
arch/arm/dts/rk3288-veyron.dtsi | 19 ------------
2 files changed, 42 insertions(+), 19 deletions(-)
diff --git a/arch/arm/dts/rk3288-veyron-u-boot.dtsi b/arch/arm/dts/rk3288-veyron-u-boot.dtsi
index 2afbf96d..c8b33fea 100644
--- a/arch/arm/dts/rk3288-veyron-u-boot.dtsi
+++ b/arch/arm/dts/rk3288-veyron-u-boot.dtsi
@@ -5,6 +5,12 @@
#include "rk3288-u-boot.dtsi"
+/ {
+ chosen {
+ u-boot,spl-boot-order = &spi_flash;
+ };
+};
+
&dmc {
logic-supply = <&vdd_logic>;
rockchip,odt-disable-freq = <333000000>;
@@ -25,7 +31,43 @@
>;
};
+&gpio3 {
+ u-boot,dm-pre-reloc;
+};
+
&gpio7 {
u-boot,dm-pre-reloc;
};
+&gpio8 {
+ u-boot,dm-pre-reloc;
+};
+
+&i2c0 {
+ u-boot,dm-pre-reloc;
+};
+
+&pinctrl {
+ u-boot,dm-pre-reloc;
+};
+
+&rk808 {
+ u-boot,dm-pre-reloc;
+};
+
+&sdmmc {
+ u-boot,dm-pre-reloc;
+};
+
+&spi2 {
+ u-boot,dm-pre-reloc;
+};
+
+&spi_flash {
+ u-boot,dm-pre-reloc;
+};
+
+&uart2 {
+ u-boot,dm-pre-reloc;
+};
+
diff --git a/arch/arm/dts/rk3288-veyron.dtsi b/arch/arm/dts/rk3288-veyron.dtsi
index cd0e7362..434b0d49 100644
--- a/arch/arm/dts/rk3288-veyron.dtsi
+++ b/arch/arm/dts/rk3288-veyron.dtsi
@@ -16,7 +16,6 @@
chosen {
stdout-path = &uart2;
- u-boot,spl-boot-order = &spi_flash;
};
firmware {
@@ -264,10 +263,8 @@
&spi2 {
status = "okay";
- u-boot,dm-pre-reloc;
spi_flash: spiflash@0 {
- u-boot,dm-pre-reloc;
compatible = "spidev", "jedec,spi-nor";
spi-max-frequency = <20000000>; /* Reduce for Dediprog em100 pro */
reg = <0>;
@@ -280,7 +277,6 @@
clock-frequency = <400000>;
i2c-scl-falling-time-ns = <50>; /* 2.5ns measured */
i2c-scl-rising-time-ns = <100>; /* 45ns measured */
- u-boot,dm-pre-reloc;
rk808: pmic@1b {
compatible = "rockchip,rk808";
@@ -293,7 +289,6 @@
rockchip,system-power-controller;
wakeup-source;
#clock-cells = <1>;
- u-boot,dm-pre-reloc;
vcc1-supply = <&vcc33_sys>;
vcc2-supply = <&vcc33_sys>;
@@ -535,7 +530,6 @@
&uart2 {
status = "okay";
- u-boot,dm-pre-reloc;
reg-shift = <2>;
};
@@ -575,7 +569,6 @@
};
&pinctrl {
- u-boot,dm-pre-reloc;
pinctrl-names = "default", "sleep";
pinctrl-0 = <
/* Common for sleep and wake, but no owners */
@@ -800,15 +793,3 @@
assigned-clocks = <&cru SCLK_USBPHY480M_SRC>;
assigned-clock-parents = <&cru SCLK_OTGPHY0>;
};
-
-&sdmmc {
- u-boot,dm-pre-reloc;
-};
-
-&gpio3 {
- u-boot,dm-pre-reloc;
-};
-
-&gpio8 {
- u-boot,dm-pre-reloc;
-};
--
2.20.1
next prev parent reply other threads:[~2022-02-07 3:49 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-07 3:47 [PATCH v1 01/15] rockchip: rk3228-power: sync power domain dt-binding header from Linux Johan Jonker
2022-02-07 3:47 ` [PATCH v1 02/15] rockchip: rk3228-cru: sync the clock " Johan Jonker
2022-02-26 18:36 ` Simon Glass
2022-02-07 3:47 ` [PATCH v1 03/15] arm: dts: rockchip: sync rk322x.dtsi " Johan Jonker
2022-02-07 3:47 ` [PATCH v1 04/15] arm: dts: rockchip: sync rk3229-evb.dts " Johan Jonker
2022-02-07 3:47 ` [PATCH v1 05/15] rockchip: rk3288-power: sync power domain dt-binding header " Johan Jonker
2022-02-26 18:36 ` Simon Glass
2022-02-07 3:47 ` [PATCH v1 06/15] rockchip: rk3288-cru: sync the clock " Johan Jonker
2022-02-26 18:36 ` Simon Glass
2022-02-07 3:47 ` [PATCH v1 07/15] arm: dts: rockchip: sync rk3288.dtsi " Johan Jonker
2022-02-07 3:47 ` [PATCH v1 08/15] arm: dts: rockchip: move all rk3288 u-boot specific properties in separate dtsi files Johan Jonker
2022-02-07 3:47 ` [PATCH v1 09/15] rockchip: fix boot_devices constants Johan Jonker
2022-02-26 18:36 ` Simon Glass
2022-02-07 3:47 ` [PATCH v1 10/15] arm: dts: rockchip: sync rk3288 DT boards from Linux Johan Jonker
2022-02-07 3:47 ` [PATCH v1 11/15] arm: dts: rockchip: rename mipi_dsi label in rk3288-evb.dtsi Johan Jonker
2022-02-26 18:36 ` Simon Glass
2022-02-07 3:47 ` [PATCH v1 12/15] arm: dts: rockchip: remove hdmi_audio node from rk3288-veyron.dtsi Johan Jonker
2022-02-26 18:36 ` Simon Glass
2022-02-07 3:47 ` Johan Jonker [this message]
2022-02-07 3:47 ` [PATCH v1 14/15] arm: dts: rockchip: sync rk3288-veyron DT from Linux Johan Jonker
2022-02-07 3:47 ` [PATCH v1 15/15] arm: dts: rockchip: rk3288-evb: fix memory reg value Johan Jonker
2022-02-26 18:36 ` [PATCH v1 01/15] rockchip: rk3228-power: sync power domain dt-binding header from Linux Simon Glass
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=20220207034727.2683-13-jbx6244@gmail.com \
--to=jbx6244@gmail.com \
--cc=heiko@sntech.de \
--cc=hl@rock-chips.com \
--cc=jagan@amarulasolutions.com \
--cc=kever.yang@rock-chips.com \
--cc=philipp.tomsich@vrull.eu \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
--cc=w.egorov@phytec.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