From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4185EC433DB for ; Fri, 29 Jan 2021 07:31:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0F92664E06 for ; Fri, 29 Jan 2021 07:31:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232296AbhA2HbX (ORCPT ); Fri, 29 Jan 2021 02:31:23 -0500 Received: from st43p00im-zteg10063501.me.com ([17.58.63.176]:47610 "EHLO st43p00im-zteg10063501.me.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232167AbhA2Hax (ORCPT ); Fri, 29 Jan 2021 02:30:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1611905366; bh=kXZkvWxB6eL6VKEAArF5bwSzPHyvmX4qrkAq3pvRG+s=; h=From:To:Subject:Date:Message-Id; b=f9gAceX74CFMQs7HcEBTje9IJhSA4WrVTQcEjNlBWuGE7TdfuOf8EjUmacKQyZugX uM9Pbk9P6Xn42jrC7c03RHW2sTTtsIz9QZBQSv33b/My8CijqqXmEm5IZsrbm1Da1d lHev/GzbHtkGrDc0sO627IDLzy5VIXTlFJve8XZkXumHnKR2toWB8oKp0jd0v0zcle ByRUwzrUtcHXxDapgJgEC9SMHG1VMRRwaZtOIrfXbF4JPHhV+560t8kUNqC2X2D4C8 LFC7uNt0uXncywiDS1VEW+ZZ3l3YSa7LYm8VyKwdAbyFeNmINQK/13jmTbjbjT9dyn y/bmKXEewfkkA== Received: from localhost (101.220.150.77.rev.sfr.net [77.150.220.101]) by st43p00im-zteg10063501.me.com (Postfix) with ESMTPSA id 89700C80A91; Fri, 29 Jan 2021 07:29:03 +0000 (UTC) From: Alain Volmat To: Patrice Chotard , Rob Herring Cc: Arnd Bergmann , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, avolmat@me.com Subject: [PATCH v2 0/3] Introduction of STiH418 based 4KOpen board Date: Fri, 29 Jan 2021 08:27:43 +0100 Message-Id: <20210129072746.18474-1-avolmat@me.com> X-Mailer: git-send-email 2.17.1 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.343,18.0.737 definitions=2021-01-29_03:2021-01-28,2021-01-29 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 mlxscore=0 mlxlogscore=769 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-2006250000 definitions=main-2101290038 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This serie introduces the 4KOpen (stih418-b2264) board based on a stih418 soc. Since it is the first board to use the spi-fsm SPI NOR controller available since stih407, the controller is also added within the stih407-family DT. It also contains a fix within the stih418 DT since the rng11 is not available on this platform and is thus disabled. Alain Volmat (3): ARM: dts: sti: add the spinor controller node within stih407-family ARM: dts: sti: disable rng11 on the stih418 platform ARM: dts: sti: Introduce 4KOpen (stih418-b2264) board arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/stih407-family.dtsi | 15 ++++ arch/arm/boot/dts/stih418-b2264.dts | 123 ++++++++++++++++++++++++++ arch/arm/boot/dts/stih418.dtsi | 4 + 4 files changed, 144 insertions(+), 1 deletion(-) create mode 100644 arch/arm/boot/dts/stih418-b2264.dts