public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Alim Akhtar" <alim.akhtar@samsung.com>
To: "'Krzysztof Kozlowski'" <krzysztof.kozlowski@linaro.org>,
	"'Rob Herring'" <robh+dt@kernel.org>,
	"'Krzysztof Kozlowski'" <krzysztof.kozlowski+dt@linaro.org>,
	"'Inki Dae'" <inki.dae@samsung.com>,
	"'Kyungmin Park'" <kyungmin.park@samsung.com>,
	"'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: replicant@osuosl.org, phone-devel@vger.kernel.org,
	~postmarketos/upstreaming@lists.sr.ht,
	"'Martin Jücker'" <martin.juecker@gmail.com>,
	"'Henrik Grimler'" <henrik@grimler.se>
Subject: RE: [PATCH 08/11] ARM: dts: exynos: align HSOTG/USB node names
Date: Sat, 28 Jan 2023 10:11:20 +0530	[thread overview]
Message-ID: <000401d932d2$c6bd3570$5437a050$@samsung.com> (raw)
In-Reply-To: <20230120155404.323386-9-krzysztof.kozlowski@linaro.org>



> -----Original Message-----
> From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Sent: Friday, January 20, 2023 9:24 PM
> To: Rob Herring <robh+dt@kernel.org>; Krzysztof Kozlowski
> <krzysztof.kozlowski+dt@linaro.org>; Alim Akhtar
> <alim.akhtar@samsung.com>; Inki Dae <inki.dae@samsung.com>; Kyungmin
> Park <kyungmin.park@samsung.com>; 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: replicant@osuosl.org; phone-devel@vger.kernel.org;
> ~postmarketos/upstreaming@lists.sr.ht; Martin Jücker
> <martin.juecker@gmail.com>; Henrik Grimler <henrik@grimler.se>;
> Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> Subject: [PATCH 08/11] ARM: dts: exynos: align HSOTG/USB node names
> 
> The DT schema expect HSOTG node names to be named "usb":
> 
>   exynos4210-smdkv310.dtb: hsotg@12480000: $nodename:0:
> 'hsotg@12480000' does not match '^usb(@.*)?'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
> ---
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>

>  arch/arm/boot/dts/exynos3250.dtsi | 2 +-
>  arch/arm/boot/dts/exynos4.dtsi    | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/exynos3250.dtsi
> b/arch/arm/boot/dts/exynos3250.dtsi
> index 9b25449d5311..36b47c2c1663 100644
> --- a/arch/arm/boot/dts/exynos3250.dtsi
> +++ b/arch/arm/boot/dts/exynos3250.dtsi
> @@ -365,7 +365,7 @@ sysmmu_fimd0: sysmmu@11e20000 {
>  			#iommu-cells = <0>;
>  		};
> 
> -		hsotg: hsotg@12480000 {
> +		hsotg: usb@12480000 {
>  			compatible = "samsung,s3c6400-hsotg";
>  			reg = <0x12480000 0x20000>;
>  			interrupts = <GIC_SPI 141 IRQ_TYPE_LEVEL_HIGH>;
> diff --git a/arch/arm/boot/dts/exynos4.dtsi
> b/arch/arm/boot/dts/exynos4.dtsi index 5c4ecda27a47..55afe9972460
> 100644
> --- a/arch/arm/boot/dts/exynos4.dtsi
> +++ b/arch/arm/boot/dts/exynos4.dtsi
> @@ -362,7 +362,7 @@ exynos_usbphy: exynos-usbphy@125b0000 {
>  			status = "disabled";
>  		};
> 
> -		hsotg: hsotg@12480000 {
> +		hsotg: usb@12480000 {
>  			compatible = "samsung,s3c6400-hsotg";
>  			reg = <0x12480000 0x20000>;
>  			interrupts = <GIC_SPI 71 IRQ_TYPE_LEVEL_HIGH>;
> --
> 2.34.1




  reply	other threads:[~2023-01-28  4:41 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-20 15:53 [PATCH 00/11] ARM: dts: exynos: DT schema fixes Krzysztof Kozlowski
2023-01-20 15:53 ` [PATCH 01/11] ARM: dts: exynos: correct wr-active property in Exynos3250 Rinato Krzysztof Kozlowski
2023-01-28  4:26   ` Alim Akhtar
2023-01-20 15:53 ` [PATCH 02/11] ARM: dts: exynos: drop unsupported desc-num in Exynos3250 Krzysztof Kozlowski
2023-01-28  4:31   ` Alim Akhtar
2023-01-20 15:53 ` [PATCH 03/11] ARM: dts: exynos: correct cd-gpios property in Exynos4412 Itop Elite Krzysztof Kozlowski
2023-01-28  4:33   ` Alim Akhtar
2023-01-20 15:53 ` [PATCH 04/11] ARM: dts: exynos: align pin node names in Exynos4412 Krzysztof Kozlowski
2023-01-28  4:37   ` Alim Akhtar
2023-01-20 15:53 ` [RFT 05/11] ARM: dts: exynos: add ports in HDMI bridge in Exynos4412 Midas Krzysztof Kozlowski
2023-01-23 15:34   ` Henrik Grimler
2023-01-23 15:38     ` Krzysztof Kozlowski
2023-01-20 15:53 ` [PATCH 06/11] ARM: dts: exynos: add panel supply in Tiny4412 Krzysztof Kozlowski
2023-01-20 15:54 ` [PATCH 07/11] ARM: dts: exynos: add backlight supply in P4 Note Krzysztof Kozlowski
2023-01-20 15:54 ` [PATCH 08/11] ARM: dts: exynos: align HSOTG/USB node names Krzysztof Kozlowski
2023-01-28  4:41   ` Alim Akhtar [this message]
2023-01-20 15:54 ` [PATCH 09/11] ARM: dts: exynos: correct SATA clocks in Exynos5250 Krzysztof Kozlowski
2023-01-28  4:42   ` Alim Akhtar
2023-01-20 15:54 ` [PATCH 10/11] ARM: dts: exynos: correct HS200 property in Exynos5260 Krzysztof Kozlowski
2023-01-28  4:43   ` Alim Akhtar
2023-01-20 15:54 ` [PATCH 11/11] ARM: dts: exynos: correct HSI2C properties in Exynos5410 Odroid XU Krzysztof Kozlowski
2023-01-28  4:46   ` Alim Akhtar
2023-01-23 10:01 ` [PATCH 00/11] ARM: dts: exynos: DT schema fixes 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='000401d932d2$c6bd3570$5437a050$@samsung.com' \
    --to=alim.akhtar@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=henrik@grimler.se \
    --cc=inki.dae@samsung.com \
    --cc=kgene@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=martin.juecker@gmail.com \
    --cc=phone-devel@vger.kernel.org \
    --cc=replicant@osuosl.org \
    --cc=robh+dt@kernel.org \
    --cc=~postmarketos/upstreaming@lists.sr.ht \
    /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