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 1C2FA34D3BB; Tue, 16 Dec 2025 11:42:11 +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=1765885332; cv=none; b=m9Gx8SnReR9IF3DaMCWpxgHxfApbbdRnL2I7PFRQQxYRQPW70BTKmTJUAW4WKJw1/Yp5lefxMzdBW0QNkqTGc19ApjciNEHjnBTkReTDrCOl0v6/cNM4bSF2jXP4zhpj1MokJAd5eMduUUcl2dqc9pNEj9gwgjw1nb91SdOzbyw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765885332; c=relaxed/simple; bh=6OuTUaDVuq6lvOvaMnDftPuEvaAzdZP0bDW2E0lVaug=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Vtdf0cGHivTkPv9Lo2CDhNb77/5sD0wrqdrmR9BXW/ZkoPUqFPgF5uUX4ZaaNTZyVHAm30eYXEwHc+ijtxusBK87Jv9GEuY9/5KImacj7vXJR46GJu1saweM3tJeuNgIFuiI8W4A6wCqVm7ab/5pDxIc6leE0uyDajieGIecQOM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=SuslF8iW; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="SuslF8iW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1EC45C4CEF5; Tue, 16 Dec 2025 11:42:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1765885331; bh=6OuTUaDVuq6lvOvaMnDftPuEvaAzdZP0bDW2E0lVaug=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SuslF8iWnqd/JZn2Nt4UgX2cWeM8XKwiQmXhIrd+jPQ33hEXCPgbMPsI8eXGBr54H DnELE5395MjOwxOo9lL7iakmKmxBW1ZpoBAr0sycu4EpWcm1eLrp8vaIWij/ePiZ27 808DTRZdOhPJbaLwta2q6PcIG5cJ3tsKPmsc7HMY= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Wolfram Sang , Geert Uytterhoeven , Sasha Levin Subject: [PATCH 6.17 108/507] ARM: dts: renesas: gose: Remove superfluous port property Date: Tue, 16 Dec 2025 12:09:09 +0100 Message-ID: <20251216111349.449484759@linuxfoundation.org> X-Mailer: git-send-email 2.52.0 In-Reply-To: <20251216111345.522190956@linuxfoundation.org> References: <20251216111345.522190956@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 6.17-stable review patch. If anyone has any objections, please let me know. ------------------ From: Wolfram Sang [ Upstream commit 00df14f34615630f92f97c9d6790bd9d25c4242d ] 'bus-width' is defined for the corresponding vin input port already. No need to declare it in the output port again. Fixes: arch/arm/boot/dts/renesas/r8a7793-gose.dtb: composite-in@20 (adi,adv7180cp): ports:port@3:endpoint: Unevaluated properties are not allowed ('bus-width' was unexpected) from schema $id: http://devicetree.org/schemas/media/i2c/adi,adv7180.yaml# Signed-off-by: Wolfram Sang Reviewed-by: Geert Uytterhoeven Link: https://patch.msgid.link/20250929093616.17679-2-wsa+renesas@sang-engineering.com Signed-off-by: Geert Uytterhoeven Signed-off-by: Sasha Levin --- arch/arm/boot/dts/renesas/r8a7793-gose.dts | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/boot/dts/renesas/r8a7793-gose.dts b/arch/arm/boot/dts/renesas/r8a7793-gose.dts index 45b267ec26794..5c6928c941aca 100644 --- a/arch/arm/boot/dts/renesas/r8a7793-gose.dts +++ b/arch/arm/boot/dts/renesas/r8a7793-gose.dts @@ -373,7 +373,6 @@ adv7180_in: endpoint { port@3 { reg = <3>; adv7180_out: endpoint { - bus-width = <8>; remote-endpoint = <&vin1ep>; }; }; -- 2.51.0