diff options
author | 2021-04-30 15:17:46 -0500 | |
---|---|---|
committer | 2021-05-04 23:20:38 -0500 | |
commit | 5d790a8902633e623c21fcfd16e9388c88ccc598 (patch) | |
tree | 9f2dce3754552db818c641f7b74bd8ec8c5beb46 /conf | |
parent | 94a123fd34ee85be6d66ad7fb4bd95a50d63ea06 (diff) | |
download | meta-ti-5d790a8902633e623c21fcfd16e9388c88ccc598.tar.gz meta-ti-5d790a8902633e623c21fcfd16e9388c88ccc598.tar.bz2 meta-ti-5d790a8902633e623c21fcfd16e9388c88ccc598.zip |
conf: am65xx-evm: ReIntroduce AM65 SR1.0 overlay
ReIntroduce AM65x SR1.0 Overlay as the support for it
is added in the ti-linux-5.10.y kernel now.
Reviewed-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/include/am65xx.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc index 28733b2b..7cc3ddcc 100644 --- a/conf/machine/include/am65xx.inc +++ b/conf/machine/include/am65xx.inc @@ -8,8 +8,10 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" KERNEL_DEVICETREE = " \ ti/k3-am654-base-board.dtb \ + ti/k3-am654-base-board-sr1.dtbo \ ti/k3-am654-gp.dtbo \ ti/k3-am654-idk.dtbo \ + ti/k3-am654-idk-sr1.dtbo \ ti/k3-am654-sr1.dtbo \ ti/k3-am654-pcie-usb2.dtbo \ ti/k3-am654-pcie-usb3.dtbo \ |