From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20A04C433E2 for ; Mon, 7 Sep 2020 12:20:24 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C473B2075A for ; Mon, 7 Sep 2020 12:20:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="W0+NcrSR" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C473B2075A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Owner; bh=ki/mJeshVp++cz7e0+BWweC8CxWg7n8iRe3hRetdZkg=; b=W0+NcrSRgA0BXN38+4oE166+KN ADuE+guteQf8GrLoG4nBfzf2f2djLcrv9ziLFMpIet9y/rLBci7kzBv5JHeB287mkR3S6AZ39F5zA uVGFH+sf+b+557JEVyGoX7uSfcvuKe0kY/ZtZf0E06I7tCWpC7TJ+9S14zFm8mYRPlhbhG3YfUREq KGi0yOC8qzTIc/K6wDLEkYQW5NbBOjC7Zopudmbzfhv/YvTl8KWkYvFJAAL2zfYZS2BiOQud1ahKP XhSbzm5UKGub84NDKjSXSsaiQ/kZcXW6Sg9TwL6aQQKaJqnYqkfQ5Dqik8dAyvToc7J+r9/bmwlrn bA4/KjEw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kFG6i-0007m0-GE; Mon, 07 Sep 2020 12:18:48 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kFG6c-0007hV-Es for linux-arm-kernel@lists.infradead.org; Mon, 07 Sep 2020 12:18:44 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9D7EE1045; Mon, 7 Sep 2020 05:18:38 -0700 (PDT) Received: from donnerap.arm.com (donnerap.cambridge.arm.com [10.1.195.35]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 830213F66E; Mon, 7 Sep 2020 05:18:37 -0700 (PDT) From: Andre Przywara List-Id: To: soc@kernel.org Subject: [PATCH v3 0/6] ARM/arm64: dts: Fix SP804/SP805 users Date: Mon, 7 Sep 2020 13:18:25 +0100 Message-Id: <20200907121831.242281-1-andre.przywara@arm.com> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200907_081842_595077_DB6F69F3 X-CRM114-Status: GOOD ( 12.23 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rob Herring , devicetree@vger.kernel.org, Chanho Min , linux-kernel@vger.kernel.org, Wei Xu , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Those are the remaining patches of the SP804/SP805 DT fixes. [1][2] ARM, Broadcom and Freescale have their respective fixes queued through their maintainers already, but I haven't heard back from LG or HiSilicon so far. So can those patches be taken through armsoc directly? --------------------- Some DTs in the kernel tree were not conforming to the SP804 and SP805 binding. Fix those DTs to correctly describe the clocks, while making sure that the devices stay functional with the current Linux driver. Thanks, Andre [1] http://lkml.iu.edu/hypermail/linux/kernel/2008.3/07072.html [2] http://lkml.iu.edu/hypermail/linux/kernel/2008.3/07167.html Andre Przywara (6): ARM: dts: hisilicon: Fix SP804 users ARM: dts: nspire: Fix SP804 users arm64: dts: lg: Fix SP804 users arm64: dts: hisilicon: Fix SP805 clocks arm64: dts: lg: Fix SP805 clocks ARM: dts: hisilicon: Fix SP805 clocks arch/arm/boot/dts/hi3620.dtsi | 30 +++++++++++++++-------- arch/arm/boot/dts/hip04.dtsi | 4 +-- arch/arm/boot/dts/hisi-x5hd2.dtsi | 5 ++-- arch/arm/boot/dts/nspire.dtsi | 12 ++++++--- arch/arm64/boot/dts/hisilicon/hi3660.dtsi | 10 +++++--- arch/arm64/boot/dts/hisilicon/hi6220.dtsi | 5 ++-- arch/arm64/boot/dts/lg/lg1312.dtsi | 10 ++++---- arch/arm64/boot/dts/lg/lg1313.dtsi | 10 ++++---- 8 files changed, 52 insertions(+), 34 deletions(-) -- 2.17.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel