devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marek Szyprowski <m.szyprowski@samsung.com>
To: Krzysztof Kozlowski <krzk@kernel.org>,
	Rob Herring <robh+dt@kernel.org>, Kukjin Kim <kgene@kernel.org>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Sylwester Nawrocki <snawrocki@kernel.org>,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Chanwoo Choi <cw00.choi@samsung.com>
Subject: Re: [PATCH 08/12] ARM: dts: exynos: adjust node names to DT spec in Exynos542x boards
Date: Mon, 26 Oct 2020 22:47:47 +0100	[thread overview]
Message-ID: <f14a69bc-bd8f-b0d7-2967-1e7582562d5e@samsung.com> (raw)
In-Reply-To: <20201026181528.163143-9-krzk@kernel.org>

Hi Krzysztof,

On 26.10.2020 19:15, Krzysztof Kozlowski wrote:
> The Devicetree specification expects device node names to have a generic
> name, representing the class of a device.  Also the convention for node
> names is to use hyphens, not underscores.
>
> No functional changes.
>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>   arch/arm/boot/dts/exynos5420-arndale-octa.dts      | 4 ++--
>   arch/arm/boot/dts/exynos5420-peach-pit.dts         | 4 ++--
>   arch/arm/boot/dts/exynos5420-smdk5420.dts          | 2 +-
>   arch/arm/boot/dts/exynos5422-odroid-core.dtsi      | 2 +-
>   arch/arm/boot/dts/exynos5422-odroidxu3-audio.dtsi  | 2 +-
>   arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 4 ++--
>   arch/arm/boot/dts/exynos5422-odroidxu3.dts         | 8 ++++----
>   arch/arm/boot/dts/exynos5800-peach-pi.dts          | 4 ++--
>   8 files changed, 15 insertions(+), 15 deletions(-)
>
> diff --git a/arch/arm/boot/dts/exynos5420-arndale-octa.dts b/arch/arm/boot/dts/exynos5420-arndale-octa.dts
> index dd7f8385d81e..bf457d0c02eb 100644
> --- a/arch/arm/boot/dts/exynos5420-arndale-octa.dts
> +++ b/arch/arm/boot/dts/exynos5420-arndale-octa.dts
> @@ -39,7 +39,7 @@ oscclk {
>   		};
>   	};
>   
> -	gpio_keys {
> +	gpio-keys {
>   		compatible = "gpio-keys";
>   
>   		wakeup {
> @@ -344,7 +344,7 @@ &hdmi {
>   &hsi2c_4 {
>   	status = "okay";
>   
> -	s2mps11_pmic@66 {
> +	pmic@66 {
>   		compatible = "samsung,s2mps11-pmic";
>   		reg = <0x66>;
>   
> diff --git a/arch/arm/boot/dts/exynos5420-peach-pit.dts b/arch/arm/boot/dts/exynos5420-peach-pit.dts
> index 2bcbdf8a39bf..d54392fe6260 100644
> --- a/arch/arm/boot/dts/exynos5420-peach-pit.dts
> +++ b/arch/arm/boot/dts/exynos5420-peach-pit.dts
> @@ -138,7 +138,7 @@ panel_in: endpoint {
>   		};
>   	};
>   
> -	mmc1_pwrseq: mmc1_pwrseq {
> +	mmc1_pwrseq: mmc1-pwrseq {
>   		compatible = "mmc-pwrseq-simple";
>   		reset-gpios = <&gpx0 0 GPIO_ACTIVE_LOW>; /* WIFI_EN */
>   		clocks = <&max77802 MAX77802_CLK_32K_CP>;
> @@ -205,7 +205,7 @@ &hsi2c_4 {
>   	status = "okay";
>   	clock-frequency = <400000>;
>   
> -	max77802: max77802-pmic@9 {
> +	max77802: pmic@9 {
>   		compatible = "maxim,max77802";
>   		interrupt-parent = <&gpx3>;
>   		interrupts = <1 IRQ_TYPE_NONE>;
> diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts b/arch/arm/boot/dts/exynos5420-smdk5420.dts
> index 4e49d8095b29..d506da9fa661 100644
> --- a/arch/arm/boot/dts/exynos5420-smdk5420.dts
> +++ b/arch/arm/boot/dts/exynos5420-smdk5420.dts
> @@ -129,7 +129,7 @@ &hdmi {
>   &hsi2c_4 {
>   	status = "okay";
>   
> -	s2mps11_pmic@66 {
> +	pmic@66 {
>   		compatible = "samsung,s2mps11-pmic";
>   		reg = <0x66>;
>   
> diff --git a/arch/arm/boot/dts/exynos5422-odroid-core.dtsi b/arch/arm/boot/dts/exynos5422-odroid-core.dtsi
> index b1cf9414ce17..25fb6331c75e 100644
> --- a/arch/arm/boot/dts/exynos5422-odroid-core.dtsi
> +++ b/arch/arm/boot/dts/exynos5422-odroid-core.dtsi
> @@ -503,7 +503,7 @@ &dmc {
>   &hsi2c_4 {
>   	status = "okay";
>   
> -	s2mps11_pmic@66 {
> +	pmic@66 {
>   		compatible = "samsung,s2mps11-pmic";
>   		reg = <0x66>;
>   		samsung,s2mps11-acokb-ground;
> diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3-audio.dtsi b/arch/arm/boot/dts/exynos5422-odroidxu3-audio.dtsi
> index b5ec4f47eb3a..f5f9c077df74 100644
> --- a/arch/arm/boot/dts/exynos5422-odroidxu3-audio.dtsi
> +++ b/arch/arm/boot/dts/exynos5422-odroidxu3-audio.dtsi
> @@ -40,7 +40,7 @@ codec {
>   
>   &hsi2c_5 {
>   	status = "okay";
> -	max98090: max98090@10 {
> +	max98090: codec@10 {
>   		compatible = "maxim,max98090";
>   		reg = <0x10>;
>   		interrupt-parent = <&gpx3>;
> diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
> index 5da2d81e3be2..e35af40a55cb 100644
> --- a/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
> +++ b/arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi
> @@ -13,12 +13,12 @@
>   #include "exynos5422-odroid-core.dtsi"
>   
>   / {
> -	gpio_keys {
> +	gpio-keys {
>   		compatible = "gpio-keys";
>   		pinctrl-names = "default";
>   		pinctrl-0 = <&power_key>;
>   
> -		power_key {
> +		power-key {
>   			/*
>   			 * The power button (SW2) is connected to the PWRON
>   			 * pin (active high) of the S2MPS11 PMIC, which acts
> diff --git a/arch/arm/boot/dts/exynos5422-odroidxu3.dts b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> index d0f6ac5fa79d..5ff493ecb6ff 100644
> --- a/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> +++ b/arch/arm/boot/dts/exynos5422-odroidxu3.dts
> @@ -21,28 +21,28 @@ &i2c_0 {
>   	status = "okay";
>   
>   	/* A15 cluster: VDD_ARM */
> -	ina231@40 {
> +	sensor@40 {
power-sensor?
>   		compatible = "ti,ina231";
>   		reg = <0x40>;
>   		shunt-resistor = <10000>;
>   	};
>   
>   	/* memory: VDD_MEM */
> -	ina231@41 {
> +	sensor@41 {
>   		compatible = "ti,ina231";
>   		reg = <0x41>;
>   		shunt-resistor = <10000>;
>   	};
>   
>   	/* GPU: VDD_G3D */
> -	ina231@44 {
> +	sensor@44 {
>   		compatible = "ti,ina231";
>   		reg = <0x44>;
>   		shunt-resistor = <10000>;
>   	};
>   
>   	/* A7 cluster: VDD_KFC */
> -	ina231@45 {
> +	sensor@45 {
>   		compatible = "ti,ina231";
>   		reg = <0x45>;
>   		shunt-resistor = <10000>;
> diff --git a/arch/arm/boot/dts/exynos5800-peach-pi.dts b/arch/arm/boot/dts/exynos5800-peach-pi.dts
> index 60ab0effe474..0ce3443d39a8 100644
> --- a/arch/arm/boot/dts/exynos5800-peach-pi.dts
> +++ b/arch/arm/boot/dts/exynos5800-peach-pi.dts
> @@ -138,7 +138,7 @@ panel_in: endpoint {
>   		};
>   	};
>   
> -	mmc1_pwrseq: mmc1_pwrseq {
> +	mmc1_pwrseq: mmc1-pwrseq {
>   		compatible = "mmc-pwrseq-simple";
>   		reset-gpios = <&gpx0 0 GPIO_ACTIVE_LOW>; /* WIFI_EN */
>   		clocks = <&max77802 MAX77802_CLK_32K_CP>;
> @@ -214,7 +214,7 @@ &hsi2c_4 {
>   	status = "okay";
>   	clock-frequency = <400000>;
>   
> -	max77802: max77802-pmic@9 {
> +	max77802: pmic@9 {
>   		compatible = "maxim,max77802";
>   		interrupt-parent = <&gpx3>;
>   		interrupts = <1 IRQ_TYPE_NONE>;

Best regards
-- 
Marek Szyprowski, PhD
Samsung R&D Institute Poland


  reply	other threads:[~2020-10-26 21:48 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-26 18:15 [PATCH 00/12] ARM: dts: samsung: minor node name cleanups Krzysztof Kozlowski
2020-10-26 18:15 ` [PATCH 01/12] ARM: dts: exynos: adjust node names to DT spec in Exynos3250 boards Krzysztof Kozlowski
2020-10-26 18:15 ` [PATCH 02/12] ARM: dts: exynos: adjust node names to DT spec in Exynos4210 boards Krzysztof Kozlowski
2020-10-26 18:15 ` [PATCH 03/12] ARM: dts: exynos: override GPIO keys node by label in Exynos4412 Odroid family Krzysztof Kozlowski
2020-10-26 18:15 ` [PATCH 04/12] ARM: dts: exynos: adjust node names to DT spec in Exynos4412 boards Krzysztof Kozlowski
2020-10-26 21:02   ` Marek Szyprowski
2020-10-27 10:38     ` Krzysztof Kozlowski
2020-10-26 18:15 ` [PATCH 05/12] ARM: dts: exynos: remove redundant status=okay " Krzysztof Kozlowski
2020-10-26 18:15 ` [PATCH 06/12] ARM: dts: exynos: adjust node names to DT spec in Exynos5250 boards Krzysztof Kozlowski
2020-10-26 18:15 ` [PATCH 07/12] ARM: dts: exynos: adjust node names to DT spec in Odroid XU Krzysztof Kozlowski
2020-10-26 18:15 ` [PATCH 08/12] ARM: dts: exynos: adjust node names to DT spec in Exynos542x boards Krzysztof Kozlowski
2020-10-26 21:47   ` Marek Szyprowski [this message]
2020-10-27 10:37     ` Krzysztof Kozlowski
2020-10-26 18:15 ` [PATCH 09/12] ARM: dts: s5pv210: adjust node names to DT spec Krzysztof Kozlowski
2020-10-26 18:15 ` [PATCH 10/12] arm64: dts: exynos: adjust node names to DT spec in Exynos5433 TM2 Krzysztof Kozlowski
2020-10-26 18:15 ` [PATCH 11/12] arm64: dts: exynos: adjust node names to DT spec in Exynos7 Espresso Krzysztof Kozlowski
2020-10-26 18:15 ` [PATCH 12/12] arm64: dts: exynos: remove redundant status=okay in Exynos5433 TM2 Krzysztof Kozlowski

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=f14a69bc-bd8f-b0d7-2967-1e7582562d5e@samsung.com \
    --to=m.szyprowski@samsung.com \
    --cc=alim.akhtar@samsung.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kgene@kernel.org \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=snawrocki@kernel.org \
    /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).