Received: by 10.223.185.116 with SMTP id b49csp2213171wrg; Thu, 15 Feb 2018 08:11:47 -0800 (PST) X-Google-Smtp-Source: AH8x224lggu3rgrWFmVfvPk+Aqdg1sj9uk+z3QgWtqG0atxCkHofRGMrZAP7Yg0/5Ab7KxIu2wyj X-Received: by 2002:a17:902:44:: with SMTP id 62-v6mr2917755pla.193.1518711107425; Thu, 15 Feb 2018 08:11:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1518711107; cv=none; d=google.com; s=arc-20160816; b=HzrS+kqlbaUcaw+dGkD+stMNAXjID18KwReVztjHZTG8Jt6+a992X4+b+rUZaNM68t jpLOYSwzl74pl25Zm56lFhKcZFmoXcsY2MV+ZXz7A8LlYab74tKNA6ZvL6bynv1JpJAU kv1vm4q7fBnBbTHnWif2c8BOGlYPXK3iRrIs6eQzlYQ3dJhZkr/sRGsocywln5cqborQ rDXphaiG2VL/a4RFwKwJtlE6L2IScIfTtdQjwcVc/eU7j4MGURvr9DBE3I0RTvri0Q20 cpJ1nP2lLIn4mh7HxnmNGf5pIpQocisvMeM6cv1iomWq6TUCwIKQS0tQKgjufy8+huRw rqoA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=7BXcOCWnrE7NBfxr3gIzV/irzkypEqpaGcazBTq/4yU=; b=PKcgq/YsebVVFKR0d+dBAwwewTrpYIGzVHbHVQEerPJfVpMi9Qhq8lduU4MXET/iSi ovETv9onYtE409IlzRO1BqAaqtZvLLUKZTXva1KFlqfYVrBQdCTaoj45hA58V6AGGwEx BBJ6zUS2KmE8INOT9C1T4Mm0GeAFwu+FH9csuzoh00L4T8Xgg5KRuzsZ6AiDv3V45GDI jDJiuYc4tOWK/8jOw9Kw6WRVloXECEKSglRnrlNwl1wqsudaUJG3zMWrks0qnk7ZJfyt lyjkFjtY2QZOz00Szyu+9UG13iMJYViBQULVdBobbMCBfniOJOwGxIevPXflLTIXYFBE UJ0g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id c137si2591533pga.513.2018.02.15.08.11.32; Thu, 15 Feb 2018 08:11:47 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424795AbeBOQIP (ORCPT + 99 others); Thu, 15 Feb 2018 11:08:15 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:35010 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1424492AbeBOPpe (ORCPT ); Thu, 15 Feb 2018 10:45:34 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 22E3D117F; Thu, 15 Feb 2018 15:45:33 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Hans Verkuil , Rob Herring , Mauro Carvalho Chehab Subject: [PATCH 4.15 152/202] media: dt-bindings/media/cec-gpio.txt: mention the CEC/HPD max voltages Date: Thu, 15 Feb 2018 16:17:32 +0100 Message-Id: <20180215151720.914665776@linuxfoundation.org> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180215151712.768794354@linuxfoundation.org> References: <20180215151712.768794354@linuxfoundation.org> User-Agent: quilt/0.65 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Hans Verkuil commit dac15ed62dc9d7898d3695a3c393d6f712d66185 upstream. Mention the maximum voltages of the CEC and HPD lines. Since in the example these lines are connected to a Raspberry Pi and the Rpi GPIO lines are 3.3V it is a good idea to warn against directly connecting the HPD to the Raspberry Pi's GPIO line. Signed-off-by: Hans Verkuil Reviewed-by: Rob Herring Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/media/cec-gpio.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/Documentation/devicetree/bindings/media/cec-gpio.txt +++ b/Documentation/devicetree/bindings/media/cec-gpio.txt @@ -4,6 +4,10 @@ The HDMI CEC GPIO module supports CEC im is hooked up to a pull-up GPIO line and - optionally - the HPD line is hooked up to another GPIO line. +Please note: the maximum voltage for the CEC line is 3.63V, for the HPD +line it is 5.3V. So you may need some sort of level conversion circuitry +when connecting them to a GPIO line. + Required properties: - compatible: value must be "cec-gpio". - cec-gpios: gpio that the CEC line is connected to. The line should be @@ -21,7 +25,7 @@ the following property is optional: Example for the Raspberry Pi 3 where the CEC line is connected to pin 26 aka BCM7 aka CE1 on the GPIO pin header and the HPD line is -connected to pin 11 aka BCM17: +connected to pin 11 aka BCM17 (some level shifter is needed for this!): #include