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 8295A13C90B; Tue, 25 Jun 2024 10:02:04 +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=1719309724; cv=none; b=l3uYUxM/ubF4Mnt6xrOEBUDlfLHt/OkWzO8y6GA46Lp+3wG2Cm6eJ179CDP1cjapO+/CX8i+jYIOWDxqYgIaxUEfjLKmYnNhIj9DqsNdHAqXW/5iuxmEH5n+JXqk7/xqGuAPLA/oaBksOWHrVyVegOIiLOkk9ewQwdLyQqletC4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719309724; c=relaxed/simple; bh=X//DHSGCdbPM0L8WfSH1L9KrYMgfpyjjn1O3iTmmOS4=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Ur8o6Xu/ZRZDcAmWHkzN0vWSlfIqzB4SL36jvz43wIWcxxBGgjpkFsF3A/jIUhTwzwjePG66lvldxq3aGJe6Wz+59+0JCLY0qwA0NZz+JP6OXBdfZ6SGzr//ZYu2y53eX5QwpE1hfCN+1A01cVM2Ri6ZRwVtHIubn4aqw7NvpuQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=MqYIOMts; 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="MqYIOMts" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0719FC32781; Tue, 25 Jun 2024 10:02:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1719309724; bh=X//DHSGCdbPM0L8WfSH1L9KrYMgfpyjjn1O3iTmmOS4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=MqYIOMtsMXxoh23Rgs3FczETYP7fBIr0J1XgaI+DP7jqcLIXJo9goU9FeldtQXKpk af2dgxOp5W7MDwNL2bp/5Hwc6h/QrHfK6ZFeSyY+Z8MEEOMtpkwZrh2kIMz0TQgYAN xY5kKRWnVFZDnEkCCAp7rqEaBEw/wNLbIXEdjxbs= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Krzysztof Kozlowski , Conor Dooley , Andi Shyti Subject: [PATCH 6.1 113/131] dt-bindings: i2c: google,cros-ec-i2c-tunnel: correct path to i2c-controller schema Date: Tue, 25 Jun 2024 11:34:28 +0200 Message-ID: <20240625085530.231645657@linuxfoundation.org> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240625085525.931079317@linuxfoundation.org> References: <20240625085525.931079317@linuxfoundation.org> User-Agent: quilt/0.67 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.1-stable review patch. If anyone has any objections, please let me know. ------------------ From: Krzysztof Kozlowski commit 5c8cfd592bb7632200b4edac8f2c7ec892ed9d81 upstream. The referenced i2c-controller.yaml schema is provided by dtschema package (outside of Linux kernel), so use full path to reference it. Cc: stable@vger.kernel.org Fixes: 1acd4577a66f ("dt-bindings: i2c: convert i2c-cros-ec-tunnel to json-schema") Signed-off-by: Krzysztof Kozlowski Reviewed-by: Conor Dooley Signed-off-by: Andi Shyti Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/i2c/google,cros-ec-i2c-tunnel.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Documentation/devicetree/bindings/i2c/google,cros-ec-i2c-tunnel.yaml +++ b/Documentation/devicetree/bindings/i2c/google,cros-ec-i2c-tunnel.yaml @@ -21,7 +21,7 @@ description: | google,cros-ec-spi or google,cros-ec-i2c. allOf: - - $ref: i2c-controller.yaml# + - $ref: /schemas/i2c/i2c-controller.yaml# properties: compatible: