From: Marian-Cristian Rotariu commit 6dfb9f369c00fe90f982eaf28032a889a89ee4b8 upstream. This patch adds board HiHope RZ/G2H (the main board, powered by the R8A774E1) and board HiHope RZ/G2 EX (the expansion board that sits on top of the HiHope RZ/G2H). Both boards are made by Jiangsu HopeRun Software Co., Ltd. (a.k.a. HopeRun). Signed-off-by: Marian-Cristian Rotariu Signed-off-by: Lad Prabhakar Link: https://lore.kernel.org/r/1594138692-16816-1-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven [biju: Patched text version of bindings file] Signed-off-by: Biju Das --- Documentation/devicetree/bindings/arm/shmobile.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/arm/shmobile.txt b/Documentation/devicetree/bindings/arm/shmobile.txt index 58a9c5194c36..5da33a737023 100644 --- a/Documentation/devicetree/bindings/arm/shmobile.txt +++ b/Documentation/devicetree/bindings/arm/shmobile.txt @@ -94,9 +94,12 @@ Boards: - Henninger compatible = "renesas,henninger", "renesas,r8a7791" - HopeRun expansion board for HiHope RZ/G2 platforms - compatible = "hoperun,hihope-rzg2m", "renesas,r8a774a1", + compatible = "hoperun,hihope-rzg2h", "renesas,r8a774e1", + "hoperun,hihope-rzg2m", "renesas,r8a774a1", "hoperun,hihope-rzg2n", "renesas,r8a774b1", "hoperun,hihope-rzg2-ex" + - HopeRun HiHope RZ/G2H platform + compatible = "hoperun,hihope-rzg2h", "renesas,r8a774e1" - HopeRun HiHope RZ/G2M platform compatible = "hoperun,hihope-rzg2m", "renesas,r8a774a1" - HopeRun HiHope RZ/G2N platform -- 2.17.1