Re: [U-Boot] [PATCH 05/16] rpi: Add rpi_model entry for RaspberryPi 4

2019-07-16 Thread Matthias Brugger


On 16/07/2019 15:37, and...@gherzan.ro wrote:
> From: Andrei Gherzan 
> 
> Signed-off-by: Andrei Gherzan 

Commit message missing.

> ---
>  board/raspberrypi/rpi/rpi.c | 5 +
>  1 file changed, 5 insertions(+)
> 
> diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c
> index 617c892dde..6d6f1ef39a 100644
> --- a/board/raspberrypi/rpi/rpi.c
> +++ b/board/raspberrypi/rpi/rpi.c
> @@ -148,6 +148,11 @@ static const struct rpi_model rpi_models_new_scheme[] = {
>   DTB_DIR "bcm2837-rpi-cm3.dtb",
>   false,
>   },
> + [0x11] = {
> + "4 Model B",
> + DTB_DIR "bcm2711-rpi-4-b.dtb",
> + true,
> + },
>  };
>  
>  static const struct rpi_model rpi_models_old_scheme[] = {
> 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH 05/16] rpi: Add rpi_model entry for RaspberryPi 4

2019-07-16 Thread andrei
From: Andrei Gherzan 

Signed-off-by: Andrei Gherzan 
---
 board/raspberrypi/rpi/rpi.c | 5 +
 1 file changed, 5 insertions(+)

diff --git a/board/raspberrypi/rpi/rpi.c b/board/raspberrypi/rpi/rpi.c
index 617c892dde..6d6f1ef39a 100644
--- a/board/raspberrypi/rpi/rpi.c
+++ b/board/raspberrypi/rpi/rpi.c
@@ -148,6 +148,11 @@ static const struct rpi_model rpi_models_new_scheme[] = {
DTB_DIR "bcm2837-rpi-cm3.dtb",
false,
},
+   [0x11] = {
+   "4 Model B",
+   DTB_DIR "bcm2711-rpi-4-b.dtb",
+   true,
+   },
 };
 
 static const struct rpi_model rpi_models_old_scheme[] = {
-- 
2.22.0

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot