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 72088C636CD for ; Fri, 10 Feb 2023 11:27:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232277AbjBJL1d (ORCPT ); Fri, 10 Feb 2023 06:27:33 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40836 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231346AbjBJL1a (ORCPT ); Fri, 10 Feb 2023 06:27:30 -0500 Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 22F9971F03 for ; Fri, 10 Feb 2023 03:27:28 -0800 (PST) Received: by mail-wr1-x432.google.com with SMTP id j23so4799277wra.0 for ; Fri, 10 Feb 2023 03:27:28 -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=ZBeW6vGzRrjA9nywMXcAm9Ow0z3tHqf1Yj50UWAMA9c=; b=SJSUQsOvc+OMfF33YTWkIvbmxsjtMEE4iddA0UbBkRls2sK9HrgVuB/0Xo3INwPTru gIpTwW/fzwY00A5gu6FuXhaS/KGDqqyYbp1MYcOOdUGH43y9B3XaliwVlZ7sChbGxu4G DeNmquVOb+6sozqf09dFgy0S7WmP9M7nSl5raFeSqyOTtyyJj09C6ABjeC+MgdLpRuR0 vz8SWAuWTwt8vaaHGi7rHgxzh3b+ljS4kWEz0gzup1CW/AZZjdHK3BcORphhhYc6EGFT EaH7CJy2yhY7cD7zqdG8V3ITY2lsGkcuiByPDiIoBEheYW/OAo69u0uHoGs1mYIcyVZB 2tMw== 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=ZBeW6vGzRrjA9nywMXcAm9Ow0z3tHqf1Yj50UWAMA9c=; b=DvQXe76Vw5tYdNZfEW0FdTpH992mT2Pdu0VTz1rD7LgXwFgUx3Fshm+3e5MONYn96Q LR9IEWidC/30pwN9UQQeA+rVV3PYWl8FkJk0RrvZ59ldptZE+8ObEVImQR+T1P5N7aMx blkRXrAdvmIXnCSmwd6FZ1WDcJ82cOSqb9jnDFwZvt01G4eAHdeU7fOUIP+F+aWnjGiq oc+ssOHkl4WQy2HVGUstViMHWhmHGZGlbOVL9/GTlnAN1Z03wTlvFfcoOAcEFZuKHmrW VDn4IMzvJGuILeI+QVqLM3hLoi/9yNpEBwr1ac7NBl5a+5IQVLpXMBkIOtQIdYCo6i/G vmlw== X-Gm-Message-State: AO0yUKX7DVoGHh8Zcuvr/gF0qsBAyyvtwqKtmpm5AIJ4b1fTXEpHEskW oNG15dWKdUM9roZr7AlRWP72Gw== X-Google-Smtp-Source: AK7set+5xVTJ10DC7GLZje5wREvBv4jB3Y+Xpz3Cu8v1f90os8wL/WNvvGzI09uXX9xC/QKvu+3ifQ== X-Received: by 2002:adf:e9cc:0:b0:2c5:3ccf:e99a with SMTP id l12-20020adfe9cc000000b002c53ccfe99amr4632285wrn.6.1676028446701; Fri, 10 Feb 2023 03:27:26 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id i14-20020adff30e000000b00241fab5a296sm3423182wro.40.2023.02.10.03.27.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 10 Feb 2023 03:27:26 -0800 (PST) Message-ID: Date: Fri, 10 Feb 2023 12:27:24 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH 1/3] dt-bindings: watchdog: mt7621-wdt: add phandle to access system controller registers Content-Language: en-US To: Sergio Paracuellos Cc: linux-watchdog@vger.kernel.org, wim@linux-watchdog.org, linux@roeck-us.net, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, matthias.bgg@gmail.com, arinc.unal@arinc9.com, tsbogend@alpha.franken.de, p.zabel@pengutronix.de, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-mips@vger.kernel.org References: <20230210065621.598120-1-sergio.paracuellos@gmail.com> <20230210065621.598120-2-sergio.paracuellos@gmail.com> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/02/2023 12:22, Sergio Paracuellos wrote: > Hi Krzysztof, > > On Fri, Feb 10, 2023 at 11:59 AM Krzysztof Kozlowski > wrote: >> >> On 10/02/2023 07:56, Sergio Paracuellos wrote: >>> MT7621 SoC provides a system controller node for accessing to some registers. >>> Add a phandle to this node to avoid using MIPS related arch operations and >> >> I don't understand this part. You claim you add a phandle to this node, >> but your binding suggest you add here a phandle to other node. > > Probably my English is not the best here :-). Yes, you are right, I > just want to add a phandle to the 'sysc' node in the current node. Then why do you need syscon compatible here? Best regards, Krzysztof