Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp775027imu; Thu, 3 Jan 2019 06:58:10 -0800 (PST) X-Google-Smtp-Source: AFSGD/UNCMf6D0XOcFPnsfx89o1EDJgHk+fWGJEpCMBhSxZpvwQsK9diloGODicLg5ncHbktvfl5 X-Received: by 2002:a62:5b83:: with SMTP id p125mr48939323pfb.116.1546527490357; Thu, 03 Jan 2019 06:58:10 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546527490; cv=none; d=google.com; s=arc-20160816; b=w0WNXXeqCyJ0F0n02FktIN6m8Wz2UvlLAIYqpmtvLqSk0bbi8iJRe8tH7XN/b72gub o7BenPVLDHT7op/xbR5kYE6FHHwlMGuHFSI4MGJzA8/i+H08monNLKipIj1yeFeBb9VX AaNjd9KcYVFco4rHew9MtFL3DWuF2AnRBN9Z5PLYgmGx9sppa3WQ1Ojizd6Fs9xg40tJ dI2w50yRbP1ECzN7lj1QAH5Je8eF+JpKbiJIeP2VE4/zqRVRy/dM0700tfyhIwWddQMG x7w0dbPfP6I2owkaWs6B8rry/ls7cWGkmjNDmbIL9ql3scAdPZwXViPBK0YJdL1jS/1G HSRg== 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=lEYok+yCzfZbPZjjO6A/TXWFRpNtA7UjhAaif3SnXa4=; b=xXotMhUqbIJRErEC3fnwE5UbF0JfCt8EwRMZOfmRJXfbAsaYK+5vZaL3OT/0kGO3i9 k4eremW9NWN2mDXxUXrC6XEuqNWCvF0XmhXH73hs6Id3eQiZUFHK7ooH6vmtKUY/+lm6 i4qgt1TyS/VKtrsiWqSj841QtfSDUynXjXvrsp3Qj1Jh6jc2knT2j6QxsYkf7fvlYdy3 KSlky2k6HdKUnrgZp1BHQkOFaL/IljsOYde7+gO+bEQDSdoDQcwZxcAmBOnxuLq6YVNQ Cx9HZfpIcqHdXbfvkAxC+bODqdILYC9O+4dk/dU5tmGzVUYZ+czDQP28GITE4QaOurjV tHuA== 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 o89si54623700pfk.223.2019.01.03.06.57.55; Thu, 03 Jan 2019 06:58:10 -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 S1731175AbfACLhj (ORCPT + 99 others); Thu, 3 Jan 2019 06:37:39 -0500 Received: from gloria.sntech.de ([185.11.138.130]:37170 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730102AbfACLhj (ORCPT ); Thu, 3 Jan 2019 06:37:39 -0500 Received: from ip5f5a6320.dynamic.kabel-deutschland.de ([95.90.99.32] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gf1Je-0002Ry-EV; Thu, 03 Jan 2019 12:37:34 +0100 From: Heiko Stuebner To: Johan Jonker Cc: robh+dt@kernel.org, mark.rutland@arm.com, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: rockchip: rk3188: remove qos_cif1 Date: Thu, 03 Jan 2019 12:37:33 +0100 Message-ID: <2303683.qio212mU3e@phil> In-Reply-To: <20190102193552.5853-1-jbx6244@gmail.com> References: <20190102193552.5853-1-jbx6244@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 2. Januar 2019, 20:35:52 CET schrieb Johan Jonker: > While the rk3066 does have 2 camera interfaces, the rk3188 does not, so > there also isn't a QoS block for that non-existing interface, so remove it. > > Signed-off-by: Johan Jonker applied as fix for 4.21 Thanks Heiko