Received: by 2002:a25:e7d8:0:0:0:0:0 with SMTP id e207csp3170489ybh; Mon, 16 Mar 2020 17:28:56 -0700 (PDT) X-Google-Smtp-Source: ADFU+vugPsJ5qS/z+ZXY4YYRDUGz+t411arbkdPo1cLGg6Ly1KRjklFnpKgf4xyAV22qNK5MEMHF X-Received: by 2002:a9d:6c0b:: with SMTP id f11mr1529349otq.182.1584404935948; Mon, 16 Mar 2020 17:28:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1584404935; cv=none; d=google.com; s=arc-20160816; b=J+BIm3QOFrV+BnZFctjHd4Dmx+W6dALAvomNwpDBRXBXx0XBM91gU1X7kKFeu7sBSr vh4eh9R3UcKA81T8VeI4mxH2CL2vSC3ZB5wnRDgnF5Owt0fKC5cf2XkfPYfyBzqXhCtQ zWBs4IzCN12wYOf6K9GVi1OmK652qos0Z3QfewDdc6X0yH3xUyT5tVGJ/PLz9bHOkkFC ybHONJYvY+7xhPS9ZzRWrP6eS/oVKFb7FOvs7wg2H3CY0JP8tyf8MRPKcX/bA/m/BmHc APgyAzcGLYv/hnDz/OmjZsUlliaSQF9h46JOYb+EeCQKzZycBtb5UgOEZRVvW2CGT+jr hdBw== 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=9go3kyhluI3JskSUtf1x8XhLy18mgYPLWzTrqaa+sSE=; b=neyJC0h5Z2CPICd9vnEHfkgD8cz7LhuXjnTPXhavQzwuGC9OdtFsBEULN0aY3ywOxL O96QkOJOWlKP67Yh7ugjwi3PuidKKhinZYWbnCsxBELubiQFUIa4g7DKus3KF8jWZD2R QG6p2GOsazQjazfxNE5aHJ5uzyGwNlm6iZ6LimZCfT7MREY0ms8iyg+AGq9gMp5QNhyj h+PjEIUqzqAAgsbdhngDz3zz/ETTGtfSjHveTc1fuxVo0LcNsVitPl9LAAWP87jQ8HjQ 4K3jfLq+8VbG0JalwluB22jTc/16G02TNY+LSZTKus8eG4kaZjNd5ynLXCiXK3try0wv ftAw== 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 s15si787394oie.175.2020.03.16.17.28.44; Mon, 16 Mar 2020 17:28:55 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733153AbgCQAZd convert rfc822-to-8bit (ORCPT + 99 others); Mon, 16 Mar 2020 20:25:33 -0400 Received: from gloria.sntech.de ([185.11.138.130]:51412 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733127AbgCQAZc (ORCPT ); Mon, 16 Mar 2020 20:25:32 -0400 Received: from ip5f5a5d2f.dynamic.kabel-deutschland.de ([95.90.93.47] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1jE02x-0004MY-3N; Tue, 17 Mar 2020 01:25:27 +0100 From: Heiko Stuebner To: Johan Jonker Cc: robh+dt@kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: rockchip: fix lvds-encoder ports subnode for rk3188-bqedison2qc Date: Tue, 17 Mar 2020 01:25:26 +0100 Message-ID: <6365496.CELQRQS0Ut@phil> In-Reply-To: <20200316174647.5598-1-jbx6244@gmail.com> References: <20200316174647.5598-1-jbx6244@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, 16. M?rz 2020, 18:46:47 CET schrieb Johan Jonker: > A test with the command below gives this error: > > arch/arm/boot/dts/rk3188-bqedison2qc.dt.yaml: lvds-encoder: > 'ports' is a required property > > Fix error by adding a ports wrapper for port@0 and port@1 > inside the 'lvds-encoder' node for rk3188-bqedison2qc. > > make ARCH=arm dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/display/ > bridge/lvds-codec.yaml > > Signed-off-by: Johan Jonker applied for 5.7 Thanks Heiko