Skip to content

Commit

Permalink
chumby8: enable DMA
Browse files Browse the repository at this point in the history
This is step 1 in preparation for getting sound working. DMA has now
been tested with the touchscreen and it works.

Currently a bunch of IRQ errors relating to the DMA controller will be
printed at startup. These errors are harmless. I'll try to figure out
how to suppress them soon.
  • Loading branch information
dougg3 committed Aug 10, 2022
1 parent edb5337 commit 0fc2cd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions board/chumby/chumby8/linux.config
Expand Up @@ -74,6 +74,8 @@ CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_MMC_SDHCI_PXAV2=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_DRV_SA1100=y
CONFIG_DMADEVICES=y
CONFIG_PXA_DMA=y
CONFIG_PWM=y
CONFIG_PWM_PXA=y
# CONFIG_RESET_CONTROLLER is not set
Expand Down
4 changes: 4 additions & 0 deletions board/chumby/chumby8/pxa168-chumby8.dts
Expand Up @@ -87,6 +87,10 @@
};
};

&dma {
status = "okay";
};

&uart1 {
status = "okay";
};
Expand Down

0 comments on commit 0fc2cd8

Please sign in to comment.