From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay2-d.mail.gandi.net (relay2-d.mail.gandi.net [217.70.183.194]) (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 13FAC18C93D; Tue, 8 Oct 2024 10:03:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.183.194 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728381811; cv=none; b=uy+arYzv7WfD/DbxBvhi1Ch1YHQlGvqP9YPR8PLFUO53sTZFw6d0J57XXfftUcEjSad5j8dToqfcr086K7psnZFZq6yHrvQdwxu6xdO4BwXdAYiSPx07+6PrVWbmGaPir9gNuXW25JzQaNj2pX6or3E0lo+gu4kmxIf6gEHkSLA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728381811; c=relaxed/simple; bh=G6UPXBCWZIToUxidHOl2NxFaDb6t5b8R/d+rhgiKuDI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=ifS5nn6em/7vocNUrGJj+1VzQTuisB8yLBAi+4rd8y5KiIvmJyvjgGhR56cPzLRT6N0vxV2MzC2p/H5IIk3fb7tj3eVqXXcWkgrIF/4KM84kgX6n4cUzG35mZDjPjXQTVbCoaSjw/pd1fKmvppyZ6nH5YgQD9QsxO2UN6RMw6SM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com; spf=pass smtp.mailfrom=bootlin.com; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b=ZspKtVr4; arc=none smtp.client-ip=217.70.183.194 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="ZspKtVr4" Received: by mail.gandi.net (Postfix) with ESMTPSA id DAD254000C; Tue, 8 Oct 2024 10:03:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1728381801; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=IVxPJv4WO7g3wfRjUaiplqBDEDVJijQhGxNVEhWUWKs=; b=ZspKtVr4RYm6L/twttTXteM7haghR4dHWe1qpzjiDWjXI9J0A7iVVY5IDeK8CoSKMDzEJ0 vrYFUsKfFBIb9yl0gtsFRkx42TWsK8Q6B+cS6rIig4+kfHlxPBY/XzDMGRFpJyD5upCPv5 BOd4TTgsFvh4HPn5dPIex1KAVvs5dPJ0Kom52eoa5q116Kq0feyJYrljv51OEGuEjCyXMD 4+c2PuMONvsCE/4lemyIwfkBePWUmRJ+B480GrPq5/6kS0xJNsGuCKtb9VUbQ4EJfTI7K5 WOLGZe+3zJLplSj8/CNnHJmhdMcKYdIKOvv9V4McRlfOnxVP8lyfb0FVtqQoCQ== From: Gregory CLEMENT To: Krzysztof Kozlowski , Vladimir Kondratiev , =?utf-8?Q?Th=C3=A9o?= Lebrun , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Thomas Bogendoerfer Cc: linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Tawfik Bayouk , Thomas Petazzoni Subject: Re: [PATCH] MIPS: mobileye: eyeq6h-epm6: Use eyeq6h in the board device tree In-Reply-To: References: <20241008-eyq6h-dt-v1-1-b8a4df1e6a6c@bootlin.com> Date: Tue, 08 Oct 2024 12:03:20 +0200 Message-ID: <871q0qewt3.fsf@BLaptop.bootlin.com> Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain X-GND-Sasl: gregory.clement@bootlin.com Krzysztof Kozlowski writes: > On 08/10/2024 11:18, Gregory CLEMENT wrote: >> There is currently no eyeq6 compatible string defined in the binding >> documentation. Only eyeq6h version is defined, so let's use it. >> >> Note that there are actually no codes relying on eyeq6h; the purpose >> of this patch is mainly to be coherent with the documentation. >> >> Signed-off-by: Gregory CLEMENT >> --- >> arch/mips/boot/dts/mobileye/eyeq6h-epm6.dts | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> > > That's a new platform, so you were supposed to make it warning free. I > think that dtbs_check were never really run here... Yes my bad. Sorry for that I won't do it again. > > Reviewed-by: Krzysztof Kozlowski Thanks! > > Best regards, > Krzysztof