On Mon, Apr 11, 2022 at 8:35 PM Simon Glass <s...@chromium.org> wrote: > > On Fri, 1 Apr 2022 at 06:44, Paweł Anikiel <p...@semihalf.com> wrote: > > > > Add handoff headers for the Google Chameleonv3 variants: 480-2 and > > 270-3. Both files were generated using qts-filter-a10.sh. > > > > Signed-off-by: Paweł Anikiel <p...@semihalf.com> > > --- > > .../dts/socfpga_chameleonv3_270_3_handoff.h | 305 ++++++++++++++++++ > > .../dts/socfpga_chameleonv3_480_2_handoff.h | 305 ++++++++++++++++++ > > 2 files changed, 610 insertions(+) > > create mode 100644 arch/arm/dts/socfpga_chameleonv3_270_3_handoff.h > > create mode 100644 arch/arm/dts/socfpga_chameleonv3_480_2_handoff.h > > If these are binding files needed for the dts, should they not go into > include/dt-bindings ? > > If not, can they go into arch/arm/include/asm/arch-... ?
These files are generated by Quartus, they include things like pinmux configurations and clock settings. I put them in the same place as the existing arria10_socdk handoff: arch/arm/dts/socfpga_arria10_socdk_sdmmc_handoff.h I don't mind putting them in include/dt-bindings, but then we should probably also move the arria10_socdk one. What do you think? Regards, Paweł