[PATCH 10/19] dt-bindings: reset: Add reset support for Airoha EN7523
Mikhail Kshevetskiy
mikhail.kshevetskiy at iopsys.eu
Mon Nov 3 16:44:49 CET 2025
On 11/3/25 18:34, Tom Rini wrote:
> On Mon, Nov 03, 2025 at 06:24:24PM +0300, Mikhail Kshevetskiy wrote:
>> On 11/3/25 17:38, Tom Rini wrote:
>>> On Sat, Nov 01, 2025 at 03:44:54AM +0300, Mikhail Kshevetskiy wrote:
>>>
>>>> Introduce reset capability for EN7523 device-tree binding
>>>>
>>>> Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy at iopsys.eu>
>>>> ---
>>>> .../dt-bindings/reset/airoha,en7523-reset.h | 61 +++++++++++++++++++
>>>> 1 file changed, 61 insertions(+)
>>>> create mode 100644 include/dt-bindings/reset/airoha,en7523-reset.h
>>>>
>>>> diff --git a/include/dt-bindings/reset/airoha,en7523-reset.h b/include/dt-bindings/reset/airoha,en7523-reset.h
>>>> new file mode 100644
>>>> index 00000000000..bb0a28673d6
>>>> --- /dev/null
>>>> +++ b/include/dt-bindings/reset/airoha,en7523-reset.h
>>>> @@ -0,0 +1,61 @@
>>>> +/* SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause */
>>>> +/*
>>>> + * Copyright (C) 2024 iopsys Software Solutions AB.
>>>> + * Copyright (C) 2025 Genexis AB.
>>>> + *
>>>> + * Author: Mikhail Kshevetskiy <mikhail.kshevetskiy at iopsys.eu>
>>>> + *
>>>> + * based on
>>>> + * dts/upstream/include/dt-bindings/reset/airoha,en7581-reset.h
>>>> + * by Lorenzo Bianconi <lorenzo at kernel.org>
>>>> + */
>>> This is as good a place as any I suppose, so what is the status on
>>> upstreaming all of the bindings/etc changes for this platform? Thanks.
>>>
>> It was sent to linux kernel already:
>>
>> https://lore.kernel.org/lkml/20251017201126.493496-1-mikhail.kshevetskiy@iopsys.eu/
>>
>> Patches was reviewed, but not merged up to a moment. No any activity
>> since last resend
> OK, thanks. We can probably just keep an eye on this and move to
> OF_UPSTREAM in hopefully early 2026 then?
>
en7523 already uses CONFIG_OF_UPSTREAM=y. When reset support will be
finally accepted to mainline linux kernel, we can remove u-boot
dt-bindings file.
More information about the U-Boot
mailing list