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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 46B37C433FE for ; Tue, 8 Nov 2022 11:13:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233976AbiKHLNd (ORCPT ); Tue, 8 Nov 2022 06:13:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233826AbiKHLNc (ORCPT ); Tue, 8 Nov 2022 06:13:32 -0500 Received: from mail-lj1-x235.google.com (mail-lj1-x235.google.com [IPv6:2a00:1450:4864:20::235]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DFB19766E for ; Tue, 8 Nov 2022 03:13:29 -0800 (PST) Received: by mail-lj1-x235.google.com with SMTP id l8so20560680ljh.13 for ; Tue, 08 Nov 2022 03:13:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=b6jOxeuiN/P01zuIfksPvOeqYmxHvoXJTsaDxoCzoKc=; b=AJWW7q3rfm8uJ5TAPfZceGmBAUYtgGRyVzRsBn9NKAmQkl07a0ZA9Z0sebEgvC4Qqj h++Y2PeOi5je4QMztSNvVfQyfBHESw54AWECOf06LfbR0Zq/phtWTUjZVK2wpABXlI0p 8jStsY+gWu3bdmXhjNh8WSf0a8ez4apalpQ887SIIQ6PcSzSYaAhDR4Y2/MS7K7dcYtW vIRu1DvBEnt3t7la1J980coDN+bggzpB3VblRVqxWuRoNsdaZYNqTIfsMj2pG6YfWMbb zwrwTs5MN2EzDFL6J7s0l7VtIiC5e0YLVOKcI6+LTDRgAWU2x4YPpCJ85vu+RNfmgDMi BfdQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=b6jOxeuiN/P01zuIfksPvOeqYmxHvoXJTsaDxoCzoKc=; b=8N8mnlnYm9IWYZSH2lGSMibpExhkT3m6gS+8FK/sGmIZCZTJxTkoB7ylHpWd//l0pd HCP1+fCUP6szpAq2irEwLeIrHTj3o/CfDefDYKgRWL3uQ8cteHeC6xbcO3SYPdOHQlLJ HlkfK6zOe/L3VnaqaajfdSzbCoQmjc7keVtwyEoX9Q52jC2mMqyXAarn1KR5+voWgW3+ Li10HRCWQ277ZK87knLab/vKFMSE9VprJ2xkjONOSKmJTrsw6Rg757xMqUT7DAkKYhd6 Ldcui1vkZ93Sb0Wr+XzfupT1Ld7Nhbbqr7cojlC0qS79pwCV8dukdOsiGGJx0Q7klYmw sT/Q== X-Gm-Message-State: ACrzQf3XBcbd3iLLVvjMsxU9t0Y2VzC435H+C7XgI7kwRJANfHX+SRc1 x9S/eNhfOna1HYxB9I61PrygbA== X-Google-Smtp-Source: AMsMyM4BamTVwnVRVEzHMxTSWzVqGEy7NnZV4CojHp0kgr4RUINHxdiS3OTFIT2molBMkjMfY86rKg== X-Received: by 2002:a2e:9545:0:b0:277:8a06:fda2 with SMTP id t5-20020a2e9545000000b002778a06fda2mr5368558ljh.32.1667906007777; Tue, 08 Nov 2022 03:13:27 -0800 (PST) Received: from [192.168.0.20] (088156142199.dynamic-2-waw-k-3-2-0.vectranet.pl. [88.156.142.199]) by smtp.gmail.com with ESMTPSA id p16-20020ac246d0000000b004acd6e441cesm1735642lfo.205.2022.11.08.03.13.26 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 08 Nov 2022 03:13:27 -0800 (PST) Message-ID: Date: Tue, 8 Nov 2022 12:13:26 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [PATCH v2 5/5] arm64: dts: uniphier: Add NX1 SoC and boards support Content-Language: en-US To: Kunihiko Hayashi , Rob Herring , Krzysztof Kozlowski , Arnd Bergmann , Olof Johansson , Masami Hiramatsu Cc: soc@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20221107103410.3443-1-hayashi.kunihiko@socionext.com> <20221107103410.3443-6-hayashi.kunihiko@socionext.com> From: Krzysztof Kozlowski In-Reply-To: <20221107103410.3443-6-hayashi.kunihiko@socionext.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 07/11/2022 11:34, Kunihiko Hayashi wrote: > Initial version of devicetree sources for NX1 SoC and boards. > > NX1 SoC belongs to the UniPhier armv8 architecture platform, and is > designed for IoT and AI/ML application fields. > > + > + soc_glue: syscon@1f800000 { > + compatible = "socionext,uniphier-nx1-soc-glue", > + "simple-mfd", "syscon"; > + reg = <0x1f800000 0x2000>; > + > + pinctrl: pinctrl { > + compatible = "socionext,uniphier-nx1-pinctrl"; So instead of documenting the hardware precisily, you have one big bag for everything under simple-mfd. This is not how the SoC should be described in DTS. > + }; > + }; > + > + soc-glue@1f900000 { > + compatible = "simple-mfd"; No, it is not allowed on its own. You need a specific compatible and bindings describing its children. Best regards, Krzysztof