diff mbox series

configs/beaglebone: add DT for the Beaglebone Black Wireless

Message ID 20211213105255.650164-1-maxime.chevallier@bootlin.com
State Accepted
Headers show
Series configs/beaglebone: add DT for the Beaglebone Black Wireless | expand

Commit Message

Maxime Chevallier Dec. 13, 2021, 10:52 a.m. UTC
The Beaglebone Black Wireless needs a specific DT, which u-boot tries to
load based on the board name. Make sure we ship the DT so that we can
boot on that platform.

Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
---
 board/beaglebone/genimage.cfg    | 1 +
 configs/beaglebone_defconfig     | 2 +-
 configs/beaglebone_qt5_defconfig | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

Comments

Arnout Vandecappelle Dec. 14, 2021, 8:05 p.m. UTC | #1
On 13/12/2021 11:52, Maxime Chevallier wrote:
> The Beaglebone Black Wireless needs a specific DT, which u-boot tries to
> load based on the board name. Make sure we ship the DT so that we can
> boot on that platform.
> 
> Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   board/beaglebone/genimage.cfg    | 1 +
>   configs/beaglebone_defconfig     | 2 +-
>   configs/beaglebone_qt5_defconfig | 2 +-
>   3 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/board/beaglebone/genimage.cfg b/board/beaglebone/genimage.cfg
> index 1fa6c5f381..42ca2cf107 100644
> --- a/board/beaglebone/genimage.cfg
> +++ b/board/beaglebone/genimage.cfg
> @@ -10,6 +10,7 @@ image boot.vfat {
>   			"am335x-bone.dtb",
>   			"am335x-boneblack.dtb",
>   			"am335x-bonegreen.dtb",
> +			"am335x-boneblack-wireless.dtb",
>   		}
>   	}
>   
> diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
> index 763696d1dd..06154d98b7 100644
> --- a/configs/beaglebone_defconfig
> +++ b/configs/beaglebone_defconfig
> @@ -23,7 +23,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
>   BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,beagleboard,linux,5.10.30-ti-r3)/linux-5.10.30-ti-r3.tar.gz"
>   BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
>   BR2_LINUX_KERNEL_DTS_SUPPORT=y
> -BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue"
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue am335x-boneblack-wireless"
>   BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
>   
>   # Filesystem
> diff --git a/configs/beaglebone_qt5_defconfig b/configs/beaglebone_qt5_defconfig
> index 5f084b77df..11a91677ce 100644
> --- a/configs/beaglebone_qt5_defconfig
> +++ b/configs/beaglebone_qt5_defconfig
> @@ -15,7 +15,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,beagleboard,linux,4.19.7
>   BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
>   BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/beaglebone/linux-sgx.fragment"
>   BR2_LINUX_KERNEL_DTS_SUPPORT=y
> -BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue"
> +BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue am335x-boneblack-wireless"
>   BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
>   BR2_PACKAGE_FBV=y
>   BR2_PACKAGE_QT5=y
>
Peter Korsgaard Jan. 15, 2022, 11:10 a.m. UTC | #2
>>>>> "Maxime" == Maxime Chevallier <maxime.chevallier@bootlin.com> writes:

 > The Beaglebone Black Wireless needs a specific DT, which u-boot tries to
 > load based on the board name. Make sure we ship the DT so that we can
 > boot on that platform.

 > Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>

Committed to 2021.02.x and 2021.11.x, thanks.
diff mbox series

Patch

diff --git a/board/beaglebone/genimage.cfg b/board/beaglebone/genimage.cfg
index 1fa6c5f381..42ca2cf107 100644
--- a/board/beaglebone/genimage.cfg
+++ b/board/beaglebone/genimage.cfg
@@ -10,6 +10,7 @@  image boot.vfat {
 			"am335x-bone.dtb",
 			"am335x-boneblack.dtb",
 			"am335x-bonegreen.dtb",
+			"am335x-boneblack-wireless.dtb",
 		}
 	}
 
diff --git a/configs/beaglebone_defconfig b/configs/beaglebone_defconfig
index 763696d1dd..06154d98b7 100644
--- a/configs/beaglebone_defconfig
+++ b/configs/beaglebone_defconfig
@@ -23,7 +23,7 @@  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,beagleboard,linux,5.10.30-ti-r3)/linux-5.10.30-ti-r3.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue am335x-boneblack-wireless"
 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 
 # Filesystem
diff --git a/configs/beaglebone_qt5_defconfig b/configs/beaglebone_qt5_defconfig
index 5f084b77df..11a91677ce 100644
--- a/configs/beaglebone_qt5_defconfig
+++ b/configs/beaglebone_qt5_defconfig
@@ -15,7 +15,7 @@  BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,beagleboard,linux,4.19.7
 BR2_LINUX_KERNEL_DEFCONFIG="omap2plus"
 BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/beaglebone/linux-sgx.fragment"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="am335x-evm am335x-bone am335x-boneblack am335x-bonegreen am335x-evmsk am335x-boneblue am335x-boneblack-wireless"
 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_PACKAGE_FBV=y
 BR2_PACKAGE_QT5=y