From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (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 698C413D242; Wed, 19 Jun 2024 12:05:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718798756; cv=none; b=JeOcrXUqT0uPL1xwfC0n+jehVX1P2OL5MOawojLMTJ9/JZEQnRrFz6mYfSo8biqbX621SD9FYlyYQXQrJBoTFPdu3bxvs+u6asv9Gk46pgkG4ZG50euh60e36Ns+IftX8Z4Ugh4AzKYP5wdusEP1EvIQTm7uBmhlttqiptAZDr4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718798756; c=relaxed/simple; bh=a/dGg86bA0m+Ua7DIL6U5Hh65Z7ekXcYCH9oCM0fDtg=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=bjPqfnQx2lJXGRS28EV7sGCqDCtttRdU6CHufo2tiO5uFkSHYN7gG1EqJW2MCSbXxO4mdwtF42ZNNXpibiLKqFuPy45p7WbX5mja/pFA14V0pYmw5sVdBZDESbbz2HEj9p0CnDAPZtaqtK8VFLHCkpRZKWAktiQgEaFnmcV/LRM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Received: from i5e8616dc.versanet.de ([94.134.22.220] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sJu4D-0003Np-2n; Wed, 19 Jun 2024 14:05:33 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Lee Jones , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chris Zhong , Zhang Qing , Chris Morgan , Furkan Kardame , Michael Riesch , Cristian Ciocaltea Cc: kernel@collabora.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/5] dt-bindings: mfd: rk809: Use correct compatible in the example Date: Wed, 19 Jun 2024 14:05:31 +0200 Message-ID: <10483007.DAOxP5AVGn@diego> In-Reply-To: <20240619-rk809-fixes-v1-1-fa93bc5313f4@collabora.com> References: <20240619-rk809-fixes-v1-0-fa93bc5313f4@collabora.com> <20240619-rk809-fixes-v1-1-fa93bc5313f4@collabora.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Am Mittwoch, 19. Juni 2024, 13:23:30 CEST schrieb Cristian Ciocaltea: > The example is not able to actually test the schema since it uses a > wrong compatible 'rockchip,rk808' instead of 'rockchip,rk809'. > > Use the correct compatible and drop the wrong properties in the > example section so that dt_binding_check passes. > > Fixes: 6c38ca03406e ("dt-bindings: mfd: rk808: Convert bindings to yaml") > Signed-off-by: Cristian Ciocaltea Reviewed-by: Heiko Stuebner