From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ot1-f47.google.com (mail-ot1-f47.google.com [209.85.210.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2BBDF70 for ; Mon, 14 Jun 2021 21:24:23 +0000 (UTC) Received: by mail-ot1-f47.google.com with SMTP id 7-20020a9d0d070000b0290439abcef697so6800615oti.2 for ; Mon, 14 Jun 2021 14:24:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=TO9Bs79gztMyICj6nDYaJ2faYwOyqme0BmKfJqudN6c=; b=MAlMTIYJrSzUkIynEKEvJwHNTEURmUDLEmfLyolB7+7KOSvPyvdbvzXvhlVTJX418q MeflEMUUNLOM9kQ7C7HFA/B98sdBltT4J35FkvBh50APvRRI5S6YO6HLVaLorvJBp+xq Tf+Re0kj57rPUQy6SOahNmYQfP32ogkJwaLhji4l+ON77/dd5jJI3r1eLHBEnFB2Xpzt UYdYM7ZY3I3j/Qb8w6kOaz1uZ8GYvy17yxSfpNCyuk0gav6UoIonOUH8fhHfqfU8dW54 CO3Hsgx8RxPVW0FziWIfeZtibTVsZ3+xVp5cNxm6gLf/caBp/swj9dz/JPnuFPB1KTuy J85w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=TO9Bs79gztMyICj6nDYaJ2faYwOyqme0BmKfJqudN6c=; b=cgMxx0c0K/dt4EbXlUiudA1m9RbfUpCsAIHv9ZQ8KxomBM6PKYBEe7kHLXu1ZkQ+/l nw9TvvFrbM/lr5AKk2wQMscxPY4rlX9pzYz56ll3AJol3aOHx0wC1gmjShqveabsYzXB odghX/KwbDK9+TE6aX5avk8/tCUWgZ2N89j4d/UkSsSgyJO+BOqJ1jaYpr5BLv3zN2Cg ubVmXjYiTicvIp372wF8+06zyO5J5uUF9fyXu7n7pBfGb4yGiKTpKn+Hv0++7Ey7J55g RRoA6DlPtOPwibj3xaJC4g+C9DzwmbEjzKn57tQhr7D0M2cLpFaHX3inrzvasJtCnKWR YsHg== X-Gm-Message-State: AOAM533qBKLw30VlL8wXehUDSJQQMMY2zCOKhUoN0gsCANCkLTu+RZgA 6fAT0P0zp0ETh7reB/eH404/xg== X-Google-Smtp-Source: ABdhPJyVimCUo7TyjD1QtiSOvlaO50H3UWaKQNbqv2Mkg7HGo6Pv/DqgJiUMApOHpuLfp9sYNgWN+A== X-Received: by 2002:a9d:6f0d:: with SMTP id n13mr14998451otq.168.1623705862290; Mon, 14 Jun 2021 14:24:22 -0700 (PDT) Received: from builder.lan (104-57-184-186.lightspeed.austtx.sbcglobal.net. [104.57.184.186]) by smtp.gmail.com with ESMTPSA id x2sm3295902oog.10.2021.06.14.14.24.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Jun 2021 14:24:21 -0700 (PDT) Date: Mon, 14 Jun 2021 16:24:19 -0500 From: Bjorn Andersson To: Suman Anna Cc: Wilken Gottwalt , Mathieu Poirier , Maxime Ripard , Chen-Yu Tsai , devicetree@vger.kernel.org, "open list:REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM" , linux-sunxi@lists.linux.dev, linux-arm-kernel , "linux-kernel@vger.kernel.org" , Rob Herring Subject: Re: [RFC PATCH] dt-bindings: hwlock: sun6i: Fix various warnings in binding Message-ID: References: <20210603144216.10327-1-s-anna@ti.com> X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon 14 Jun 14:15 CDT 2021, Suman Anna wrote: > Hi Bjorn, > > On 6/7/21 8:19 AM, Rob Herring wrote: > > On Thu, Jun 3, 2021 at 9:42 AM Suman Anna wrote: > >> > >> The allwinner,sun6i-a31-hwspinlock.yaml binding has a mismatched > >> $id and fails to compile the example due to undefined args specifier > >> values for clocks and resets. Fix both of these issues. > >> > >> Fixes: f9e784dcb63f ("dt-bindings: hwlock: add sun6i_hwspinlock") > >> Signed-off-by: Suman Anna > >> --- > >> Hi Wilken, > >> > >> This fixes the warnings for now on linux-next, but I think the example > >> should be including sun6i-a31-ccu.h files instead to be accurate, and > >> those files are missing the definitions for CLK_BUS_SPINLOCK and > >> RST_BUS_SPINLOCK. Feel free to send a newer version or do an incremental > >> patch on top. > >> > >> regards > >> Suman > >> > >> .../bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml | 5 ++++- > >> 1 file changed, 4 insertions(+), 1 deletion(-) > > > > Acked-by: Rob Herring > > > > Gentle ping, can you pick up this patch and the remoteproc pas binding > indentations fixes please so that linux-next is sane w.r.t these? > Sorry, I picked up some (biological) bug and haven't been of much use the last couple of weeks. I've picked the two patches now, thank you Suman! Regards, Bjorn