[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aa064ecf-1714-4d40-8658-19952392cae8@amd.com>
Date: Wed, 17 Dec 2025 13:38:44 +0100
From: Michal Simek <michal.simek@....com>
To: "Rob Herring (Arm)" <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>
Cc: devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm64: dts: xilinx: Drop "label" property on
dlg,slg7xl45106
On 12/16/25 18:59, Rob Herring (Arm) wrote:
> The "label" property is not documented for the dlg,slg7xl45106. Nor is
> it common to use for GPIO controllers. So drop it.
>
Correct it is not documented but it is at least used in Linux also by
drivers/gpio/gpio-mmio.c:810: err = device_property_read_string(dev, "label",
&label);
which is also not documented in DT binding.
I don't have a problem with it because I can't see it used anywhere.
But there are other devices where label is the part of binding. And IMHO this
should be more generic property.
Thanks,
Michal
Powered by blists - more mailing lists