aboutsummaryrefslogtreecommitdiffstats
path: root/meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2021-10-04 11:43:39 -0400
committerScott Murray <scott.murray@konsulko.com>2021-10-27 11:29:29 -0400
commit92da06f999511ebf5f871ec40dffd3cb456be55f (patch)
tree9c914eb058ba06839ca3f4d76b89789711dd049e /meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf
parentc79268a6d2d2a5445e8fdfd4bb7af536cdab7115 (diff)
Changes: - Kernel patches updated for the 5.10.41 linux-renesas kernel, most changes are for the upstream rename of the non-engineering sample H3 from r8a7795 to r8a77951. - The kernel patches have been renamed to match git format-patch / devtool naming conventions to be a bit more consistent and hopefully simplify future updates. - To maintain consistency with the other rcar3 boards, as part of the kernel patch updates the reference hardware devicetree has been renamed to r8a77951-agl-refhw, which does result in a user visible change in the .dtb name. - The upstreamed, then reverted upstream patch to arm-trusted-firmware to disable FDT generation has been replaced with a simpler patch to just put "renesas,unknown" in the compatible string instead of panic-ing. This should be easier to carry forward. - Documentation updated for new branch & tag. Bug-AGL: SPEC-4103 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I48b2cce5d55df3fff49e556821b27b8f516b98e1
Diffstat (limited to 'meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf')
-rw-r--r--meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf b/meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf
index f302d45..97c4854 100644
--- a/meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf
+++ b/meta-agl-refhw-gen3/conf/machine/agl-refhw-h3.conf
@@ -13,4 +13,4 @@ MACHINEOVERRIDES_append = ":salvator-x"
# Reference hardware has USB3
MACHINE_FEATURES_append = " usb3"
-KERNEL_DEVICETREE_append = " renesas/r8a7795-agl-refhw.dtb"
+KERNEL_DEVICETREE_append = " renesas/r8a77951-agl-refhw.dtb"