Replace "uhci" nodenames with "usb" as it's generic and aligns with
the schema binding.
Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
---
arch/arm/boot/dts/vt8500/vt8500.dtsi | 2 +-
arch/arm/boot/dts/vt8500/wm8505.dtsi | 2 +-
arch/arm/boot/dts/vt8500/wm8650.dtsi | 2 +-
arch/arm/boot/dts/vt8500/wm8750.dtsi | 4 ++--
arch/arm/boot/dts/vt8500/wm8850.dtsi | 4 ++--
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/arch/arm/boot/dts/vt8500/vt8500.dtsi b/arch/arm/boot/dts/vt8500/vt8500.dtsi
index b7e09eff5bb2..f23cb5ee11ae 100644
--- a/arch/arm/boot/dts/vt8500/vt8500.dtsi
+++ b/arch/arm/boot/dts/vt8500/vt8500.dtsi
@@ -115,7 +115,7 @@ ehci@d8007900 {
interrupts = <43>;
};
- uhci@d8007b00 {
+ usb@d8007b00 {
compatible = "platform-uhci";
reg = <0xd8007b00 0x200>;
interrupts = <43>;
diff --git a/arch/arm/boot/dts/vt8500/wm8505.dtsi b/arch/arm/boot/dts/vt8500/wm8505.dtsi
index 168cd12b07bc..d9e1280372c5 100644
--- a/arch/arm/boot/dts/vt8500/wm8505.dtsi
+++ b/arch/arm/boot/dts/vt8500/wm8505.dtsi
@@ -213,7 +213,7 @@ ehci@d8007100 {
interrupts = <1>;
};
- uhci@d8007300 {
+ usb@d8007300 {
compatible = "platform-uhci";
reg = <0xd8007300 0x200>;
interrupts = <0>;
diff --git a/arch/arm/boot/dts/vt8500/wm8650.dtsi b/arch/arm/boot/dts/vt8500/wm8650.dtsi
index bc057b6f7d16..35d12d77efc0 100644
--- a/arch/arm/boot/dts/vt8500/wm8650.dtsi
+++ b/arch/arm/boot/dts/vt8500/wm8650.dtsi
@@ -185,7 +185,7 @@ ehci@d8007900 {
interrupts = <43>;
};
- uhci@d8007b00 {
+ usb@d8007b00 {
compatible = "platform-uhci";
reg = <0xd8007b00 0x200>;
interrupts = <43>;
diff --git a/arch/arm/boot/dts/vt8500/wm8750.dtsi b/arch/arm/boot/dts/vt8500/wm8750.dtsi
index 33aeb37491f4..b292f85d4e69 100644
--- a/arch/arm/boot/dts/vt8500/wm8750.dtsi
+++ b/arch/arm/boot/dts/vt8500/wm8750.dtsi
@@ -257,13 +257,13 @@ ehci@d8007900 {
interrupts = <26>;
};
- uhci@d8007b00 {
+ usb@d8007b00 {
compatible = "platform-uhci";
reg = <0xd8007b00 0x200>;
interrupts = <26>;
};
- uhci@d8008d00 {
+ usb@d8008d00 {
compatible = "platform-uhci";
reg = <0xd8008d00 0x200>;
interrupts = <26>;
diff --git a/arch/arm/boot/dts/vt8500/wm8850.dtsi b/arch/arm/boot/dts/vt8500/wm8850.dtsi
index 65c9271050e6..c61717ebb4f1 100644
--- a/arch/arm/boot/dts/vt8500/wm8850.dtsi
+++ b/arch/arm/boot/dts/vt8500/wm8850.dtsi
@@ -244,13 +244,13 @@ ehci@d8007900 {
interrupts = <26>;
};
- uhci@d8007b00 {
+ usb@d8007b00 {
compatible = "platform-uhci";
reg = <0xd8007b00 0x200>;
interrupts = <26>;
};
- uhci@d8008d00 {
+ usb@d8008d00 {
compatible = "platform-uhci";
reg = <0xd8008d00 0x200>;
interrupts = <26>;
--
2.44.0
On 23/04/2024 17:07, Mohammad Shehar Yaar Tausif wrote:
> Replace "uhci" nodenames with "usb" as it's generic and aligns with
> the schema binding.
>
> Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
> ---
> arch/arm/boot/dts/vt8500/vt8500.dtsi | 2 +-
> arch/arm/boot/dts/vt8500/wm8505.dtsi | 2 +-
> arch/arm/boot/dts/vt8500/wm8650.dtsi | 2 +-
> arch/arm/boot/dts/vt8500/wm8750.dtsi | 4 ++--
> arch/arm/boot/dts/vt8500/wm8850.dtsi | 4 ++--
> 5 files changed, 7 insertions(+), 7 deletions(-)
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Best regards,
Krzysztof
On Tue, Apr 23, 2024 at 8:46 PM Krzysztof Kozlowski
<[email protected]> wrote:
>
> On 23/04/2024 17:07, Mohammad Shehar Yaar Tausif wrote:
> > Replace "uhci" nodenames with "usb" as it's generic and aligns with
> > the schema binding.
> >
> > Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
> > ---
> > arch/arm/boot/dts/vt8500/vt8500.dtsi | 2 +-
> > arch/arm/boot/dts/vt8500/wm8505.dtsi | 2 +-
> > arch/arm/boot/dts/vt8500/wm8650.dtsi | 2 +-
> > arch/arm/boot/dts/vt8500/wm8750.dtsi | 4 ++--
> > arch/arm/boot/dts/vt8500/wm8850.dtsi | 4 ++--
> > 5 files changed, 7 insertions(+), 7 deletions(-)
>
>
> Reviewed-by: Krzysztof Kozlowski <[email protected]>
>
> Best regards,
> Krzysztof
>
Hi,
Is there any further feedback or update for this ? This patch is not
yet merged but the related dt-binding patch that has been merged :
https://lore.kernel.org/all/[email protected]/.
I understand that this is a trivial patch and the maintainers may be
busy with important work.
Regards,
Shehar
On 15/05/2024 06:53, Mohammad Shehar Yaar Tausif wrote:
> On Tue, Apr 23, 2024 at 8:46 PM Krzysztof Kozlowski
> <[email protected]> wrote:
>>
>> On 23/04/2024 17:07, Mohammad Shehar Yaar Tausif wrote:
>>> Replace "uhci" nodenames with "usb" as it's generic and aligns with
>>> the schema binding.
>>>
>>> Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
>>> ---
>>> arch/arm/boot/dts/vt8500/vt8500.dtsi | 2 +-
>>> arch/arm/boot/dts/vt8500/wm8505.dtsi | 2 +-
>>> arch/arm/boot/dts/vt8500/wm8650.dtsi | 2 +-
>>> arch/arm/boot/dts/vt8500/wm8750.dtsi | 4 ++--
>>> arch/arm/boot/dts/vt8500/wm8850.dtsi | 4 ++--
>>> 5 files changed, 7 insertions(+), 7 deletions(-)
>>
>>
>> Reviewed-by: Krzysztof Kozlowski <[email protected]>
>>
>> Best regards,
>> Krzysztof
>>
>
> Hi,
>
> Is there any further feedback or update for this ? This patch is not
> yet merged but the related dt-binding patch that has been merged :
> https://lore.kernel.org/all/[email protected]/.
> I understand that this is a trivial patch and the maintainers may be
> busy with important work.
I don't see you Cc any maintainers, so no one will pick it up.
Best regards,
Krzysztof
On Wed, Jun 12, 2024 at 1:44 PM Krzysztof Kozlowski
<[email protected]> wrote:
>
> On 15/05/2024 06:53, Mohammad Shehar Yaar Tausif wrote:
> > On Tue, Apr 23, 2024 at 8:46 PM Krzysztof Kozlowski
> > <[email protected]> wrote:
> >>
> >> On 23/04/2024 17:07, Mohammad Shehar Yaar Tausif wrote:
> >>> Replace "uhci" nodenames with "usb" as it's generic and aligns with
> >>> the schema binding.
> >>>
> >>> Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
> >>> ---
> >>> arch/arm/boot/dts/vt8500/vt8500.dtsi | 2 +-
> >>> arch/arm/boot/dts/vt8500/wm8505.dtsi | 2 +-
> >>> arch/arm/boot/dts/vt8500/wm8650.dtsi | 2 +-
> >>> arch/arm/boot/dts/vt8500/wm8750.dtsi | 4 ++--
> >>> arch/arm/boot/dts/vt8500/wm8850.dtsi | 4 ++--
> >>> 5 files changed, 7 insertions(+), 7 deletions(-)
> >>
> >>
> >> Reviewed-by: Krzysztof Kozlowski <[email protected]>
> >>
> >> Best regards,
> >> Krzysztof
> >>
> >
> > Hi,
> >
> > Is there any further feedback or update for this ? This patch is not
> > yet merged but the related dt-binding patch that has been merged :
> > https://lore.kernel.org/all/[email protected]/.
> > I understand that this is a trivial patch and the maintainers may be
> > busy with important work.
>
> I don't see you Cc any maintainers, so no one will pick it up.
Sorry for the mistake, I used b4 and it gave me this list of
maintainers for the patch, the other recipients were commit_signers.
Please guide me for my next steps. Should I add them to the list too ?
Regards,
Shehar
> Best regards,
> Krzysztof
>
On 12/06/2024 12:50, Mohammad Shehar Yaar Tausif wrote:
> On Wed, Jun 12, 2024 at 1:44 PM Krzysztof Kozlowski
> <[email protected]> wrote:
>>
>> On 15/05/2024 06:53, Mohammad Shehar Yaar Tausif wrote:
>>> On Tue, Apr 23, 2024 at 8:46 PM Krzysztof Kozlowski
>>> <[email protected]> wrote:
>>>>
>>>> On 23/04/2024 17:07, Mohammad Shehar Yaar Tausif wrote:
>>>>> Replace "uhci" nodenames with "usb" as it's generic and aligns with
>>>>> the schema binding.
>>>>>
>>>>> Signed-off-by: Mohammad Shehar Yaar Tausif <[email protected]>
>>>>> ---
>>>>> arch/arm/boot/dts/vt8500/vt8500.dtsi | 2 +-
>>>>> arch/arm/boot/dts/vt8500/wm8505.dtsi | 2 +-
>>>>> arch/arm/boot/dts/vt8500/wm8650.dtsi | 2 +-
>>>>> arch/arm/boot/dts/vt8500/wm8750.dtsi | 4 ++--
>>>>> arch/arm/boot/dts/vt8500/wm8850.dtsi | 4 ++--
>>>>> 5 files changed, 7 insertions(+), 7 deletions(-)
>>>>
>>>>
>>>> Reviewed-by: Krzysztof Kozlowski <[email protected]>
>>>>
>>>> Best regards,
>>>> Krzysztof
>>>>
>>>
>>> Hi,
>>>
>>> Is there any further feedback or update for this ? This patch is not
>>> yet merged but the related dt-binding patch that has been merged :
>>> https://lore.kernel.org/all/[email protected]/.
>>> I understand that this is a trivial patch and the maintainers may be
>>> busy with important work.
>>
>> I don't see you Cc any maintainers, so no one will pick it up.
>
> Sorry for the mistake, I used b4 and it gave me this list of
> maintainers for the patch, the other recipients were commit_signers.
> Please guide me for my next steps. Should I add them to the list
Uh, you are right. The platform got orphaned.
I'll take the patch.
Best regards,
Krzysztof
On Tue, 23 Apr 2024 20:37:25 +0530, Mohammad Shehar Yaar Tausif wrote:
> Replace "uhci" nodenames with "usb" as it's generic and aligns with
> the schema binding.
>
>
Applied, thanks!
[1/1] ARM: dts: vt8500: replace "uhci" nodename with generic name "usb"
https://git.kernel.org/krzk/linux-dt/c/dd2118bd10c1e74b8f0082750bd39c4bcb5fe5f7
Best regards,
--
Krzysztof Kozlowski <[email protected]>