u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
From: Kever Yang <kever.yang@rock-chips.com>
To: Johan Jonker <jbx6244@gmail.com>
Cc: sjg@chromium.org, philipp.tomsich@vrull.eu, u-boot@lists.denx.de
Subject: Re: [PATCH v3 4/5] arm: dts: rockchip: rk3128: fix DT node names
Date: Wed, 28 Sep 2022 21:22:30 +0800	[thread overview]
Message-ID: <258c2dbf-436d-5935-83f5-a2dbb8cf62d7@rock-chips.com> (raw)
In-Reply-To: <e06f34d6-4e11-f688-3864-29a6a8cf2f54@gmail.com>

Hi Johan,

     I think it would be good to sync to kernel dts as you have done for 
other SoCs,

but not only change the dts separately,

Thansk,

- Kever

On 2022/9/10 04:19, Johan Jonker wrote:
> The rk3128 DT node names should be generic.
> Rename them to the pattern defined in the DT bindings.
>
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> ---
>   arch/arm/dts/rk3128-evb.dts |  5 +++
>   arch/arm/dts/rk3128.dtsi    | 62 +++++++++++++++++--------------------
>   2 files changed, 33 insertions(+), 34 deletions(-)
>
> diff --git a/arch/arm/dts/rk3128-evb.dts b/arch/arm/dts/rk3128-evb.dts
> index e7d8f7c9..93291d78 100644
> --- a/arch/arm/dts/rk3128-evb.dts
> +++ b/arch/arm/dts/rk3128-evb.dts
> @@ -15,6 +15,11 @@
>   		stdout-path = &uart2;
>   	};
>   
> +	memory@60000000 {
> +		device_type = "memory";
> +		reg = <0x60000000 0x40000000>;
> +	};
> +
>   	vcc5v0_otg: vcc5v0-otg-drv {
>   		compatible = "regulator-fixed";
>   		regulator-name = "vcc5v0_otg";
> diff --git a/arch/arm/dts/rk3128.dtsi b/arch/arm/dts/rk3128.dtsi
> index b58804b6..48833bff 100644
> --- a/arch/arm/dts/rk3128.dtsi
> +++ b/arch/arm/dts/rk3128.dtsi
> @@ -8,7 +8,6 @@
>   #include <dt-bindings/interrupt-controller/arm-gic.h>
>   #include <dt-bindings/pinctrl/rockchip.h>
>   #include <dt-bindings/clock/rk3128-cru.h>
> -#include "skeleton.dtsi"
>   
>   / {
>   	compatible = "rockchip,rk3128";
> @@ -34,11 +33,6 @@
>   		mmc1 = &sdmmc;
>   	};
>   
> -	memory {
> -		device_type = "memory";
> -		reg = <0x60000000 0x40000000>;
> -	};
> -
>   	arm-pmu {
>   		compatible = "arm,cortex-a7-pmu";
>   		interrupts = <GIC_SPI 76 IRQ_TYPE_LEVEL_HIGH>,
> @@ -52,10 +46,10 @@
>   		#size-cells = <0>;
>   		enable-method = "rockchip,rk3128-smp";
>   
> -		cpu0:cpu@0x000 {
> +		cpu0: cpu@0 {
>   			device_type = "cpu";
>   			compatible = "arm,cortex-a7";
> -			reg = <0x000>;
> +			reg = <0x0>;
>   			operating-points = <
>   				/* KHz    uV */
>   				 816000 1000000
> @@ -65,22 +59,22 @@
>   			clocks = <&cru ARMCLK>;
>   		};
>   
> -		cpu1:cpu@0x001 {
> +		cpu1: cpu@1 {
>   			device_type = "cpu";
>   			compatible = "arm,cortex-a7";
> -			reg = <0x001>;
> +			reg = <0x1>;
>   		};
>   
> -		cpu2:cpu@0x002 {
> +		cpu2: cpu@2 {
>   			device_type = "cpu";
>   			compatible = "arm,cortex-a7";
> -			reg = <0x002>;
> +			reg = <0x2>;
>   		};
>   
> -		cpu3:cpu@0x003 {
> +		cpu3: cpu@3 {
>   			device_type = "cpu";
>   			compatible = "arm,cortex-a7";
> -			reg = <0x003>;
> +			reg = <0x3>;
>   		};
>   	};
>   
> @@ -165,7 +159,7 @@
>   		interrupt-parent = <&gic>;
>   		ranges;
>   
> -		pdma: pdma@20078000 {
> +		pdma: dma-controller@20078000 {
>   			compatible = "arm,pl330", "arm,primecell";
>   			reg = <0x20078000 0x4000>;
>   			arm,pl330-broken-no-flushp;//2
> @@ -207,7 +201,7 @@
>   		rockchip,broadcast = <1>;
>   	};
>   
> -	watchdog: wdt@2004c000 {
> +	watchdog: watchdog@2004c000 {
>   		compatible = "rockchip,watch dog";
>   		reg = <0x2004c000 0x100>;
>   		clock-names = "pclk_wdt";
> @@ -224,7 +218,7 @@
>   		#reset-cells = <1>;
>   	};
>   
> -	nandc: nandc@10500000 {
> +	nandc: nand-controller@10500000 {
>   		compatible = "rockchip,rk-nandc";
>   		reg = <0x10500000 0x4000>;
>   		interrupts = <GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>;
> @@ -247,7 +241,7 @@
>   		assigned-clock-rates = <594000000>;
>   	};
>   
> -	uart0: serial0@20060000 {
> +	uart0: serial@20060000 {
>   		compatible = "rockchip,rk3128-uart", "snps,dw-apb-uart";
>   		reg = <0x20060000 0x100>;
>   		interrupts = <GIC_SPI 20 IRQ_TYPE_LEVEL_HIGH>;
> @@ -262,7 +256,7 @@
>   		#dma-cells = <2>;
>   	};
>   
> -	uart1: serial1@20064000 {
> +	uart1: serial@20064000 {
>   		compatible = "rockchip,rk3128-uart", "snps,dw-apb-uart";
>   		reg = <0x20064000 0x100>;
>   		interrupts = <GIC_SPI 21 IRQ_TYPE_LEVEL_HIGH>;
> @@ -277,7 +271,7 @@
>   		#dma-cells = <2>;
>   	};
>   
> -	uart2: serial2@20068000 {
> +	uart2: serial@20068000 {
>   		compatible = "rockchip,rk3128-uart", "snps,dw-apb-uart";
>   		reg = <0x20068000 0x100>;
>   		interrupts = <GIC_SPI 22 IRQ_TYPE_LEVEL_HIGH>;
> @@ -304,7 +298,7 @@
>   		status = "disabled";
>   	};
>   
> -	pwm0: pwm0@20050000 {
> +	pwm0: pwm@20050000 {
>   		compatible = "rockchip,rk3128-pwm", "rockchip,rk3288-pwm";
>   		reg = <0x20050000 0x10>;
>   		#pwm-cells = <3>;
> @@ -314,7 +308,7 @@
>   		clock-names = "pwm";
>   	};
>   
> -	pwm1: pwm1@20050010 {
> +	pwm1: pwm@20050010 {
>   		compatible = "rockchip,rk3128-pwm", "rockchip,rk3288-pwm";
>   		reg = <0x20050010 0x10>;
>   		#pwm-cells = <3>;
> @@ -324,7 +318,7 @@
>   		clock-names = "pwm";
>   	};
>   
> -	pwm2: pwm2@20050020 {
> +	pwm2: pwm@20050020 {
>   		compatible = "rockchip,rk3128-pwm", "rockchip,rk3288-pwm";
>   		reg = <0x20050020 0x10>;
>   		#pwm-cells = <3>;
> @@ -334,7 +328,7 @@
>   		clock-names = "pwm";
>   	};
>   
> -	pwm3: pwm3@20050030 {
> +	pwm3: pwm@20050030 {
>   		compatible = "rockchip,rk3128-pwm", "rockchip,rk3288-pwm";
>   		reg = <0x20050030 0x10>;
>   		#pwm-cells = <3>;
> @@ -430,7 +424,7 @@
>   		status = "disabled";
>   	};
>   
> -	sdmmc: dwmmc@10214000 {
> +	sdmmc: mmc@10214000 {
>   		compatible = "rockchip,rk312x-dw-mshc", "rockchip,rk3288-dw-mshc";
>   		reg = <0x10214000 0x4000>;
>   		max-frequency = <150000000>;
> @@ -445,7 +439,7 @@
>   		status = "disabled";
>   	};
>   
> -	emmc: dwmmc@1021c000 {
> +	emmc: mmc@1021c000 {
>   		compatible = "rockchip,rk3128-dw-mshc", "rockchip,rk3288-dw-mshc";
>   		reg = <0x1021c000 0x4000>;
>   		max-frequency = <150000000>;
> @@ -464,7 +458,7 @@
>   		status = "disabled";
>   	};
>   
> -	i2c0: i2c0@20072000 {
> +	i2c0: i2c@20072000 {
>   		compatible = "rockchip,rk3128-i2c", "rockchip,rk3288-i2c";
>   		reg = <20072000 0x1000>;
>   		interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;
> @@ -476,7 +470,7 @@
>   		pinctrl-0 = <&i2c0_xfer>;
>   	};
>   
> -	i2c1: i2c1@20056000 {
> +	i2c1: i2c@20056000 {
>   		compatible = "rockchip,rk3128-i2c", "rockchip,rk3288-i2c";
>   		reg = <0x20056000 0x1000>;
>   		interrupts = <GIC_SPI 25 IRQ_TYPE_LEVEL_HIGH>;
> @@ -488,7 +482,7 @@
>   		pinctrl-0 = <&i2c1_xfer>;
>   	};
>   
> -	i2c2: i2c2@2005a000 {
> +	i2c2: i2c@2005a000 {
>   		compatible = "rockchip,rk3128-i2c", "rockchip,rk3288-i2c";
>   		reg = <0x2005a000 0x1000>;
>   		interrupts = <GIC_SPI 26 IRQ_TYPE_LEVEL_HIGH>;
> @@ -500,7 +494,7 @@
>   		pinctrl-0 = <&i2c2_xfer>;
>   	};
>   
> -	i2c3: i2c3@2005e000 {
> +	i2c3: i2c@2005e000 {
>   		compatible = "rockchip,rk3128-i2c", "rockchip,rk3288-i2c";
>   		reg = <0x2005e000 0x1000>;
>   		interrupts = <GIC_SPI 27 IRQ_TYPE_LEVEL_HIGH>;
> @@ -546,7 +540,7 @@
>   		#size-cells = <1>;
>   		ranges;
>   
> -		gpio0: gpio0@2007c000 {
> +		gpio0: gpio@2007c000 {
>   			compatible = "rockchip,gpio-bank";
>   			reg = <0x2007c000 0x100>;
>   			interrupts = <GIC_SPI 36 IRQ_TYPE_LEVEL_HIGH>;
> @@ -557,7 +551,7 @@
>   			#interrupt-cells = <2>;
>   		};
>   
> -		gpio1: gpio1@20080000 {
> +		gpio1: gpio@20080000 {
>   			compatible = "rockchip,gpio-bank";
>   			reg = <0x20080000 0x100>;
>   			interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
> @@ -568,7 +562,7 @@
>   			#interrupt-cells = <2>;
>   		};
>   
> -		gpio2: gpio2@20084000 {
> +		gpio2: gpio@20084000 {
>   			compatible = "rockchip,gpio-bank";
>   			reg = <0x20084000 0x100>;
>   			interrupts = <GIC_SPI 38 IRQ_TYPE_LEVEL_HIGH>;
> @@ -579,7 +573,7 @@
>   			#interrupt-cells = <2>;
>   		};
>   
> -		gpio3: gpio2@20088000 {
> +		gpio3: gpio@20088000 {
>   			compatible = "rockchip,gpio-bank";
>   			reg = <0x20088000 0x100>;
>   			interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;

  reply	other threads:[~2022-09-28 13:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220909200256.15981-1-jbx6244@gmail.com>
2022-09-09 20:18 ` [PATCH v3 2/5] arm: dts: rockchip: rk3128: bulk convert gpios to their constant counterparts Johan Jonker
2022-09-28 13:16   ` Kever Yang
2022-09-09 20:19 ` [PATCH v3 3/5] arm: dts: rockchip: move all rk3128 u-boot specific properties in separate dtsi files Johan Jonker
2022-09-09 20:19 ` [PATCH v3 4/5] arm: dts: rockchip: rk3128: fix DT node names Johan Jonker
2022-09-28 13:22   ` Kever Yang [this message]
2022-09-28 13:39     ` Johan Jonker
2022-09-09 20:20 ` [PATCH v3 5/5] arm: dts: rockchip: rk3128: fix clocks, compatible and phys Johan Jonker

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=258c2dbf-436d-5935-83f5-a2dbb8cf62d7@rock-chips.com \
    --to=kever.yang@rock-chips.com \
    --cc=jbx6244@gmail.com \
    --cc=philipp.tomsich@vrull.eu \
    --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;
as well as URLs for NNTP newsgroup(s).