From: Bruno Leite <br...@prevas.dk> rpi5 is currently built with rpi_arm64_defconfig, but that is a generic defconfig that does not build machine-specific things like the devicetree. Add the rpi5 specific defconfig with it's own dts from upstream.
Signed-off-by: Bruno Leite <br...@prevas.dk> --- configs/rpi_5_defconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configs/rpi_5_defconfig diff --git a/configs/rpi_5_defconfig b/configs/rpi_5_defconfig new file mode 100644 index 00000000000..852eff1c455 --- /dev/null +++ b/configs/rpi_5_defconfig @@ -0,0 +1,4 @@ +#include <configs/rpi_arm64_defconfig> + +CONFIG_DEFAULT_DEVICE_TREE="broadcom/bcm2712-rpi-5-b" +CONFIG_OF_UPSTREAM=y -- 2.45.2