Received: by 2002:a5b:505:0:0:0:0:0 with SMTP id o5csp169451ybp; Tue, 8 Oct 2019 16:02:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqw6+nVo7Z3pxdLNV9rqobLpduJd93CEtz1n52d/KQhgRQDm0vEx/m3Q3bL06vfI/MtXGM7K X-Received: by 2002:a17:906:4948:: with SMTP id f8mr120703ejt.318.1570575726298; Tue, 08 Oct 2019 16:02:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1570575726; cv=none; d=google.com; s=arc-20160816; b=0w58mPVfT0jq94gxp7WY5KJRFnHG3DsZrfaOkr57fCxbasPTtGe53tWeoPMtV4LELI VeVW5T6c3L0Etx96p1DqLQWwMbnXEo4sOn55T0IbAMR//N/6BzFW/yag/kIc/jsMLqc1 fo97cy2Nk3D9qcKFXk2IuU/rD7TyKF1tFGnMSHzEIrxH1yaYzPEx9XqSin5MJ30/rPwB 9ebpEgoNaYZhQizimr/qJvQ1K008teAiF0e/qhiWUYGRzmIjl97dEYgSnIS5pZm0O7cm mEB//rP2U7/255EkfYdEvDzboRFNqNEiiPjThlLvfrzmhTbZRHF5sQ0pTMjItIIg0g1Z bZkw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=mBlpmlDhKNV9Y4cYUh/KtxFRcXHeSN2UmHoveQwVPC0=; b=Hg0EHOfi4A18eeTk40QcJ+EhZFhA75IZz/2rXyTlmalW5iUAsIRWZxWUx4EclQ0ety bq5n71tSEdgzxhnMUziCBQZkArKV+Jm3kvzk38P4UP9v6lGVvqpAq1pkIYkXw9GNExWL SY5YCyc0NLVZHZBSn/vISvajzcwcu/OpU7LAstspagfh73w6viZFR/GsSNf4luC/ycxo Dnda2YyEhobsgK1gUUW1pGKQbzihMMSUcAOof6OQaF2pqDfpQq/xoCTwE8xbDMqMLRQ3 jxKPiIPDu9OqpSMsE+5h6IahRo1z7YM7SAqGtpEO5vdi+YUA4JWLha0NwGiatjU4dTpi anAA== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f17si283939ede.380.2019.10.08.16.01.42; Tue, 08 Oct 2019 16:02:06 -0700 (PDT) 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729616AbfJHXBB (ORCPT + 99 others); Tue, 8 Oct 2019 19:01:01 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:52096 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729566AbfJHXBA (ORCPT ); Tue, 8 Oct 2019 19:01:00 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: ezequiel) with ESMTPSA id 9A47928C299 From: Ezequiel Garcia To: dri-devel@lists.freedesktop.org Cc: linux-rockchip@lists.infradead.org, =?UTF-8?q?Heiko=20St=C3=BCbner?= , Sandy Huang , kernel@collabora.com, Sean Paul , Boris Brezillon , Douglas Anderson , Jacopo Mondi , Ilia Mirkin , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Ezequiel Garcia , Rob Herring Subject: [PATCH v4 1/3] dt-bindings: display: rockchip: document VOP gamma LUT address Date: Tue, 8 Oct 2019 20:00:36 -0300 Message-Id: <20191008230038.24037-2-ezequiel@collabora.com> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20191008230038.24037-1-ezequiel@collabora.com> References: <20191008230038.24037-1-ezequiel@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add the register specifier description for an optional gamma LUT address. Signed-off-by: Ezequiel Garcia Reviewed-by: Douglas Anderson Reviewed-by: Rob Herring --- Changes from v3: * None. Changes from v2: * None. Changes from v1: * Drop reg-names, suggested by Doug. --- .../devicetree/bindings/display/rockchip/rockchip-vop.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt index 4f58c5a2d195..8b3a5f514205 100644 --- a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt +++ b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt @@ -20,6 +20,10 @@ Required properties: "rockchip,rk3228-vop"; "rockchip,rk3328-vop"; +- reg: Must contain one entry corresponding to the base address and length + of the register space. Can optionally contain a second entry + corresponding to the CRTC gamma LUT address. + - interrupts: should contain a list of all VOP IP block interrupts in the order: VSYNC, LCD_SYSTEM. The interrupt specifier format depends on the interrupt controller used. @@ -48,7 +52,7 @@ Example: SoC specific DT entry: vopb: vopb@ff930000 { compatible = "rockchip,rk3288-vop"; - reg = <0xff930000 0x19c>; + reg = <0x0 0xff930000 0x0 0x19c>, <0x0 0xff931000 0x0 0x1000>; interrupts = ; clocks = <&cru ACLK_VOP0>, <&cru DCLK_VOP0>, <&cru HCLK_VOP0>; clock-names = "aclk_vop", "dclk_vop", "hclk_vop"; -- 2.22.0