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 <[email protected]> >>>> --- >>>> .../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 <[email protected]> >>>> + * >>>> + * based on >>>> + * dts/upstream/include/dt-bindings/reset/airoha,en7581-reset.h >>>> + * by Lorenzo Bianconi <[email protected]> >>>> + */ >>> 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/[email protected]/ >> >> 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.

