diff mbox series

[v2,1/1] configs/zynqmp_kria_kv260_defconfig: fix linux dts name

Message ID 20221222103144.20516-1-neal.frager@amd.com
State Accepted
Headers show
Series [v2,1/1] configs/zynqmp_kria_kv260_defconfig: fix linux dts name | expand

Commit Message

Neal Frager Dec. 22, 2022, 10:31 a.m. UTC
The Linux DTS name has changed for the zynqmp_kria_kv260 with Xilinx 2022.2.
smk-k26-revA-sck-kv-g-revB has become zynqmp-smk-k26-revA-sck-kv-g-revB.

This DTS corresponds to generating the zynqmp-smk-k26-revA.dtb for the k26 som
and applying the zynqmp-sck-kv-g-revB.dtbo for the kv260 carrier board.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3477506541

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
V1->V2:
  - Improved commit message
---
 configs/zynqmp_kria_kv260_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

yegorslists--- via buildroot Jan. 10, 2023, 8:25 a.m. UTC | #1
Hello everyone,

Just a friendly reminder regarding this patch.  It needs to be applied to fix a build
issue with the zynqmp_kria_kv260_defconfig.

Please let me know if you have any questions.

Best regards,
Neal Frager
AMD

---

The Linux DTS name has changed for the zynqmp_kria_kv260 with Xilinx 2022.2.
smk-k26-revA-sck-kv-g-revB has become zynqmp-smk-k26-revA-sck-kv-g-revB.

This DTS corresponds to generating the zynqmp-smk-k26-revA.dtb for the k26 som and applying the zynqmp-sck-kv-g-revB.dtbo for the kv260 carrier board.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/3477506541

Signed-off-by: Neal Frager <neal.frager@amd.com>
---
V1->V2:
  - Improved commit message
---
 configs/zynqmp_kria_kv260_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/zynqmp_kria_kv260_defconfig b/configs/zynqmp_kria_kv260_defconfig
index 5c53122b46..40e422a0e4 100644
--- a/configs/zynqmp_kria_kv260_defconfig
+++ b/configs/zynqmp_kria_kv260_defconfig
@@ -8,7 +8,7 @@ BR2_LINUX_KERNEL_CUSTOM_TARBALL=y  BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v5.15_LTS_2022.2)/xlnx_rebase_v5.15_LTS_2022.2.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynqmp"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="xilinx/smk-k26-revA-sck-kv-g-revB"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="xilinx/zynqmp-smk-k26-revA-sck-kv-g-revB"
 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y
--
2.17.1
Luca Ceresoli Jan. 11, 2023, 8:55 a.m. UTC | #2
On Thu, 22 Dec 2022 10:31:44 +0000
Neal Frager <neal.frager@amd.com> wrote:

> The Linux DTS name has changed for the zynqmp_kria_kv260 with Xilinx 2022.2.
> smk-k26-revA-sck-kv-g-revB has become zynqmp-smk-k26-revA-sck-kv-g-revB.
> 
> This DTS corresponds to generating the zynqmp-smk-k26-revA.dtb for the k26 som
> and applying the zynqmp-sck-kv-g-revB.dtbo for the kv260 carrier board.
> 
> Fixes:
> https://gitlab.com/buildroot.org/buildroot/-/jobs/3477506541
> 
> Signed-off-by: Neal Frager <neal.frager@amd.com>

Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Peter Korsgaard Jan. 12, 2023, 4:31 p.m. UTC | #3
>>>>> "Neal" == Neal Frager <neal.frager@amd.com> writes:

 > The Linux DTS name has changed for the zynqmp_kria_kv260 with Xilinx 2022.2.
 > smk-k26-revA-sck-kv-g-revB has become zynqmp-smk-k26-revA-sck-kv-g-revB.

 > This DTS corresponds to generating the zynqmp-smk-k26-revA.dtb for the k26 som
 > and applying the zynqmp-sck-kv-g-revB.dtbo for the kv260 carrier board.

 > Fixes:
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/3477506541

 > Signed-off-by: Neal Frager <neal.frager@amd.com>

Committed, thanks.
Peter Korsgaard Jan. 15, 2023, 8:11 p.m. UTC | #4
>>>>> "Neal" == Neal Frager <neal.frager@amd.com> writes:

 > The Linux DTS name has changed for the zynqmp_kria_kv260 with Xilinx 2022.2.
 > smk-k26-revA-sck-kv-g-revB has become zynqmp-smk-k26-revA-sck-kv-g-revB.

 > This DTS corresponds to generating the zynqmp-smk-k26-revA.dtb for the k26 som
 > and applying the zynqmp-sck-kv-g-revB.dtbo for the kv260 carrier board.

 > Fixes:
 > https://gitlab.com/buildroot.org/buildroot/-/jobs/3477506541

 > Signed-off-by: Neal Frager <neal.frager@amd.com>

Committed to 2022.11.x, thanks.
diff mbox series

Patch

diff --git a/configs/zynqmp_kria_kv260_defconfig b/configs/zynqmp_kria_kv260_defconfig
index 5c53122b46..40e422a0e4 100644
--- a/configs/zynqmp_kria_kv260_defconfig
+++ b/configs/zynqmp_kria_kv260_defconfig
@@ -8,7 +8,7 @@  BR2_LINUX_KERNEL_CUSTOM_TARBALL=y
 BR2_LINUX_KERNEL_CUSTOM_TARBALL_LOCATION="$(call github,Xilinx,linux-xlnx,xlnx_rebase_v5.15_LTS_2022.2)/xlnx_rebase_v5.15_LTS_2022.2.tar.gz"
 BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynqmp"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
-BR2_LINUX_KERNEL_INTREE_DTS_NAME="xilinx/smk-k26-revA-sck-kv-g-revB"
+BR2_LINUX_KERNEL_INTREE_DTS_NAME="xilinx/zynqmp-smk-k26-revA-sck-kv-g-revB"
 BR2_LINUX_KERNEL_NEEDS_HOST_OPENSSL=y
 BR2_TARGET_ROOTFS_EXT2=y
 BR2_TARGET_ROOTFS_EXT2_4=y