Re: [RFC PATH 1/2] dt-bindings: gpio: add starfive,jh7100-gpio bindings
From: Geert Uytterhoeven <geert@linux-m68k.org>
Date: 2021-07-03 08:50:11
Also in:
linux-devicetree, linux-riscv, lkml
Hi Drew, On Sat, Jul 3, 2021 at 8:46 AM Drew Fustini [off-list ref] wrote:
On Fri, Jul 02, 2021 at 11:03:56PM +0200, Geert Uytterhoeven wrote:quoted
On Fri, Jul 2, 2021 at 10:56 PM Drew Fustini [off-list ref] wrote:quoted
On Thu, Jul 01, 2021 at 10:34:56AM +0200, Geert Uytterhoeven wrote:quoted
On Thu, Jul 1, 2021 at 2:22 AM Drew Fustini [off-list ref] wrote:quoted
Add bindings for the GPIO controller in the StarFive JH7100 SoC [1]. [1] https://github.com/starfive-tech/beaglev_doc Signed-off-by: Drew Fustini <redacted> Signed-off-by: Huan Feng <redacted>Thanks for your patch!quoted
--- /dev/null +++ b/Documentation/devicetree/bindings/gpio/starfive,jh7100-gpio.yaml@@ -0,0 +1,60 @@ +# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/gpio/starfive,jh7100-gpio.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: StarFive JH7100 GPIO controller + +maintainers: + - Huan Feng <huan.feng@starfivetech.com> + - Drew Fustini <drew@beagleboard.org> + +properties: + compatible: + items: + - const: starfive,jh7100-gpio + + reg: + maxItems: 1 + + interrupts: + description: + Interrupt mapping, one per GPIO. Maximum 32 GPIOs. + minItems: 1 + maxItems: 32What about clocks and resets?
quoted
quoted
But I am not sure how reset would work?That should become "resets = <&rstgen JH7100_RSTN_GPIO_APB>", but we don't have the reset controller in Linux yet (we do in barebox).Do you think I should add reset item like this? resets: maxItems: 1 I suppose this is supposed to describe the hardware and it shouldn't matter whether or not Linux uses the property, right?
Exactly.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds