arm/arm64: dts: adi: replace adi,port-sizes with adi,npins#3369
Conversation
| #clock-cells = <0>; | ||
| clock-frequency = <25000000>; | ||
| clock-output-names = "sys_clkin0"; | ||
| }; |
There was a problem hiding this comment.
I believe this needs a rebase. Also this commit should be split into two commits, one for arm and another for arm64
There was a problem hiding this comment.
It's now rebased onto adsp-6.18.31-y.
Split cannot be done easily unless we give up bisectability or make this PR more complicated just for split it.
3c088d0 to
c18e4f4
Compare
LLM reviewThis series replaces the per-port pin-count array run: 28013114231
|
Replace the per-port size array adi,port-sizes with a single total pin count adi,npins. Update the pinctrl driver accordingly. Signed-off-by: Jie Zhang <jie.zhang@analog.com>
c18e4f4 to
cdaf00a
Compare
The guard is restored. |
sipraga
left a comment
There was a problem hiding this comment.
Why a vendor property when there is the standard ngpios per dtchema/schemas/gpio/gpio.yaml?
In any case, maybe take a look at #3397 where I am nearly finished replacing these drivers and their bindings. That will probably supersede these changes anyway.
Oh right, this is pinctrl. Ignore my question then. 2nd part still applies though. |
OK. We can keep this PR open until your changes are merged. |
Replace the per-port size array adi,port-sizes with a single total pin count adi,npins. Update the pinctrl driver accordingly.
This is mainly for aligning with u-boot.
PR Type
PR Checklist