On Wed, 11 Sept 2024 at 00:26, Patrick Rudolph <[email protected]> wrote: > > From: Simon Glass <[email protected]> > > These header files presumably duplicate things already in the U-Boot > devicetree. For now, bring them in to get the ASL code and ACPI table > code to compile. > > Signed-off-by: Simon Glass <[email protected]> > Signed-off-by: Patrick Rudolph <[email protected]> > Cc: Matthias Brugger <[email protected]> > Cc: Peter Robinson <[email protected]> > Cc: Tom Rini <[email protected]> > --- > .../mach-bcm283x/include/mach/acpi/bcm2711.h | 152 ++++++++++++++++++ > .../mach-bcm283x/include/mach/acpi/bcm2836.h | 127 +++++++++++++++ > .../include/mach/acpi/bcm2836_gpio.h | 19 +++ > .../include/mach/acpi/bcm2836_gpu.h | 47 ++++++ > .../include/mach/acpi/bcm2836_pwm.h | 33 ++++ > .../include/mach/acpi/bcm2836_sdhost.h | 18 +++ > .../include/mach/acpi/bcm2836_sdio.h | 21 +++ > drivers/pci/pcie_brcmstb.c | 101 ++---------- > 8 files changed, 427 insertions(+), 91 deletions(-) > create mode 100644 arch/arm/mach-bcm283x/include/mach/acpi/bcm2711.h > create mode 100644 arch/arm/mach-bcm283x/include/mach/acpi/bcm2836.h > create mode 100644 arch/arm/mach-bcm283x/include/mach/acpi/bcm2836_gpio.h > create mode 100644 arch/arm/mach-bcm283x/include/mach/acpi/bcm2836_gpu.h > create mode 100644 arch/arm/mach-bcm283x/include/mach/acpi/bcm2836_pwm.h > create mode 100644 arch/arm/mach-bcm283x/include/mach/acpi/bcm2836_sdhost.h > create mode 100644 arch/arm/mach-bcm283x/include/mach/acpi/bcm2836_sdio.h >
Reviewed-by: Simon Glass <[email protected]>

