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=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 E6684C4320A for ; Tue, 31 Aug 2021 13:40:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B480560F92 for ; Tue, 31 Aug 2021 13:40:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238719AbhHaNlU (ORCPT ); Tue, 31 Aug 2021 09:41:20 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237215AbhHaNlQ (ORCPT ); Tue, 31 Aug 2021 09:41:16 -0400 Received: from ssl.serverraum.org (ssl.serverraum.org [IPv6:2a01:4f8:151:8464::1:2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 649C2C061575; Tue, 31 Aug 2021 06:40:21 -0700 (PDT) Received: from mwalle01.kontron.local. (unknown [213.135.10.150]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id EB26E22234; Tue, 31 Aug 2021 15:40:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1630417219; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=EzShoYkqiJR7M7i7zrShSPRgbOpJvWf4irzhHEaw+D8=; b=g9nqhyhEeshOIS2wBFfnxCKXs8NcIr+7mbxxSbLnhMiv/GRJoxiQ67oAFXiwJOVwsqTjEb C0tQCSCRoNfvk7u9JWyr9OvAbIVJ7zAxloXn7J23SxJ7iqiir3b7SCQLSGS1wLE49gE307 TayCAhxensZiYMBM7mNMj0jSdeGWqao= From: Michael Walle To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Shawn Guo , Li Yang , Rob Herring , Vladimir Oltean , Michael Walle Subject: [PATCH 0/7] arm64: dts: ls1028: GPU support and cleanups Date: Tue, 31 Aug 2021 15:40:06 +0200 Message-Id: <20210831134013.1625527-1-michael@walle.cc> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In an attempt to unify u-boot's and linux' device tree for the LS1028A SoC we first need to clean up some network related stuff. Vladimir suggested to move the Ethernet PHYs into the MDIO controller node, which is already the case for u-boot's device tree. Further we unify the use of phy-mode and phy-connection-type. Both have the same meaning, but phy-mode is used more often in the kernel and for the ls1028a both were used. Replace phy-connection-type with phy-mode. Further move all the nodes which belongs to the CCSR into the /soc node. These are the Mali display conntroller and its associated pixel clock PLL. Finally, add the GPU node for the etnaviv driver under /soc. Michael Walle (7): arm64: dts: ls1028a: move pixel clock pll into /soc arm64: dts: ls1028a: move Mali DP500 node into /soc arm64: dts: ls1028a: add Vivante GPU node arm64: dts: freescale: fix arm,sp805 compatible string arm64: dts: ls1028a: disable usb controller by default arm64: dts: ls1028a: move PHY nodes to MDIO controller arm64: dts: ls1028a: use phy-mode instead of phy-connection-type .../fsl-ls1028a-kontron-sl28-var1.dts | 60 ++++++++-------- .../fsl-ls1028a-kontron-sl28-var2.dts | 17 ++--- .../fsl-ls1028a-kontron-sl28-var4.dts | 49 +++++++------ .../freescale/fsl-ls1028a-kontron-sl28.dts | 31 +++++---- .../boot/dts/freescale/fsl-ls1028a-qds.dts | 10 ++- .../boot/dts/freescale/fsl-ls1028a-rdb.dts | 19 +++--- .../arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 68 +++++++++++-------- .../arm64/boot/dts/freescale/fsl-ls1088a.dtsi | 16 ++--- .../arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 16 ++--- 9 files changed, 149 insertions(+), 137 deletions(-) -- 2.30.2