From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AD62E12C548; Thu, 15 Feb 2024 15:10:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708009839; cv=none; b=hl5BEF1n3L4+DR55fSp3Y5Conashjnhw5eYJWVP81ES1uHjOwbED6ozBxLBZqhx+JAC6qn93m43i5cscugPuOX2bq9csfYCCnPeaVzeJPLhRQqvUNojTgbJkwZofaOluOOA0ml+X0ftqi80sK1t+XT4wQRLkZKeaXFoT1JIcEJM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708009839; c=relaxed/simple; bh=tHAmLV3OwB5Smivh2clFtWbsMSNhvOvXxI9/fJPyN+w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ewwuyXScOy8SmEPocVBV6l+1o5V9DBCi113T/hpZi96nKE/mFiKfPPCFJaGFZNpEpDIcrCbLJH3e7MhIxeTk5Ql9MFqclHhMTH2bbL/yiK1ClEMRbod0/OsUciY9G7lbumUZMr8eUZAsEnAaHn79Ej2D9PGS3nlwcebt0Ilj2Qk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=fBU0mgeH; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="fBU0mgeH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E3639C433C7; Thu, 15 Feb 2024 15:10:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1708009839; bh=tHAmLV3OwB5Smivh2clFtWbsMSNhvOvXxI9/fJPyN+w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fBU0mgeHs3k9Rbn10hP9UV4P1JpPA3Qtl76jNf2pHHA888qQdL9PUQe3w7tKdl62k ZBN9CYWOnrGdCw7j5ylpK+gWerZZgpxWd1WFfYiUs8/u+UA5vJ6Vor5jirNAmnmP7Q u3eLilW7nl5dEajF/scZRamRJqwwgqJnGCuc4BGMP4EVFMtXF0pS/hmS3EVg7+hu1D fmyxUUzoBk0KZ7W52upUpkSWK3ZJ5e+6npNx2V+R8FzLsyNnJQe2E9Uz4jnmuaiwGW MqinQUabg8HwovkCSMKJRkPKi1FKYi56M0VgzVMITlzeHN4tYAoQBEf0DGzfXeLgkl JdhOWAk8hkhkg== Date: Thu, 15 Feb 2024 09:10:35 -0600 From: Rob Herring To: Tim Lunn Cc: linux-rockchip@lists.infradead.org, Heiko Stuebner , Rob Herring , Conor Dooley , Ondrej Jirman , devicetree@vger.kernel.org, Andy Yan , Tianling Shen , Chris Morgan , linux-arm-kernel@lists.infradead.org, Jagan Teki , linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH 2/4] dt-bindings: arm: rockchip: Correct vendor for Banana Pi R2 Pro Message-ID: <170800983525.88947.3003525865973395499.robh@kernel.org> References: <20240214040731.3069111-1-tim@feathertop.org> <20240214040731.3069111-3-tim@feathertop.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240214040731.3069111-3-tim@feathertop.org> On Wed, 14 Feb 2024 15:07:29 +1100, Tim Lunn wrote: > The vendor for this board was incorrectly listed as Rockchip. Fix this > now while they are not used anywhere, in the future they may be used by > bootloader to select dts. > > Update the vendor to Sinovoip. > > Signed-off-by: Tim Lunn > --- > > Documentation/devicetree/bindings/arm/rockchip.yaml | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring