linux icon indicating copy to clipboard operation
linux copied to clipboard

ARM: dts: adi: rename GPIO expanders

Open ozan956 opened this issue 3 weeks ago • 2 comments

PR Description

Patch for ADSP SC5xxx boards to have proper GPIO expander names.

PR Type

  • [ ] Bug fix (a change that fixes an issue)
  • [ ] New feature (a change that adds new functionality)
  • [ ] Breaking change (a change that affects other repos or cause CIs to fail)

PR Checklist

  • [x] I have conducted a self-review of my own code changes
  • [x] I have compiled my changes, including the documentation
  • [x] I have tested the changes on the relevant hardware
  • [ ] I have updated the documentation outside this repo accordingly
  • [ ] I have provided links for the relevant upstream lore

ozan956 avatar Dec 10 '25 11:12 ozan956

would be nice if

ld: drivers/soc/adi/system.o: in function `system_config_probe':
system.c:(.text+0x416): undefined reference to `__devm_regmap_init_mmio_clk'

I believe it depends on it but doesn't depends on the kconfig

gastmaier avatar Dec 11 '25 13:12 gastmaier

would be nice if

ld: drivers/soc/adi/system.o: in function `system_config_probe':
system.c:(.text+0x416): undefined reference to `__devm_regmap_init_mmio_clk'

I believe it depends on it but doesn't depends on the kconfig

I'll try to deal with it in a new PR, but the issue is that the code is not conditionalized. There is no drivers/soc/adi/Kconfig and the Makefile just obj-y += system.o. As I recall this was something that mainline didn't like. Need to dig into how Arturs dealt with it in his series, but even if it does fix it that has been applied to adsp-6.12.38-y.

pamolloy avatar Dec 11 '25 14:12 pamolloy