Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp1994288pxb; Mon, 20 Sep 2021 09:45:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzh7rjEHT6tfJT9ilKxS43P+Dvnubx8XR1OBUV/DbVvar9fePuRSZKuHUgmJQxn/XvP4Pcl X-Received: by 2002:a17:906:f15:: with SMTP id z21mr29472612eji.177.1632156304191; Mon, 20 Sep 2021 09:45:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632156304; cv=none; d=google.com; s=arc-20160816; b=dxl/z9j7/bTx85C101b/BtRkUv6swiLmwS6QRlEcfDYVcO5FdGawQBA6fBu700oaqt pl0iZAKOANM75KbNSuNymUrbB52rUoE+UoB5A8lLG1kX0mTRzPrHaRSIbnDISPk9pLHF 1hersN5pjor1vcteZnc5Wf+D9F08BlzfDcaacT7VAW0f0uhATYCrdUPy4Nm+illv3S+j BX4qiRyUJ2j9o+9JSmr2+Zo4dDCJBGwcXmz9q5LTCMd4ciPOP6gMyf/qvOW5uhzyf3yd zx2yh5Z3CV5SZFVLf/pjD2+pSdXGmVV+o0qU6FnSz36iRUdhwer4zG/hCqXNyrHxkpFi V+CA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=NlQCZyIXbgjuKV+fG6mb2KjGQ3gRfo7JGL0SWvWaYUo=; b=rLO5UTQ93v8XwKxnFKmnLjuSeGrh6nOCx/d+7JjIcbgAl+Vd8lVHYlYpu1QPnCBLLz Yrhm0G0hIvgYFZMC4jJgy2FzR5U5tW+TkvQp3X2aKE4g32NILPkT1Z2LCfkX688QgJWp MM0FNECMnL8NiChrtq4+a8hRAJf7/utPaFpWO2DDjPUHAABfyDtvLAEihZYbQZ7FdYSl aqRHvGR1A6Pr+JNITgmH2dTL4HwsLaHd6MUE+rx+jCtG8Iap+tJQtF8pDbs2tZmOE48d ci/jIJhCJ2lE64Bdw/fhg9aa1Sp2rFe/qmbFSb9TYnAMR2jzRNgWKW46Mjnao8hDvuH5 PE0w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x18si18138071edl.617.2021.09.20.09.44.35; Mon, 20 Sep 2021 09:45:04 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240513AbhITOac (ORCPT + 99 others); Mon, 20 Sep 2021 10:30:32 -0400 Received: from gloria.sntech.de ([185.11.138.130]:55106 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240039AbhITOaV (ORCPT ); Mon, 20 Sep 2021 10:30:21 -0400 Received: from wf0416.dip.tu-dresden.de ([141.76.181.160] helo=phil.dip.tu-dresden.de) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mSKHr-0005O5-Id; Mon, 20 Sep 2021 16:28:51 +0200 From: Heiko Stuebner To: Johan Jonker Cc: Heiko Stuebner , linux-rockchip@lists.infradead.org, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: dts: rockchip: swap timer clock-names Date: Mon, 20 Sep 2021 16:28:44 +0200 Message-Id: <163214478704.1547258.15196055453839008962.b4-ty@sntech.de> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20210828102659.7348-1-jbx6244@gmail.com> References: <20210828102659.7348-1-jbx6244@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 28 Aug 2021 12:26:59 +0200, Johan Jonker wrote: > With the conversion of rockchip,rk-timer.yaml the clock-names order > was set to "pclk", "timer", but nothing was fixed in the ARM dts section > of the mainline kernel, so the swap timer clock-names that don't fit. > > make ARCH=arm dtbs_check > DT_SCHEMA_FILES=Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml Applied, thanks! [1/1] ARM: dts: rockchip: swap timer clock-names commit: 3e6f8124a78840d074fab36853ee1f5a2e7cffe5 Best regards, -- Heiko Stuebner