From patchwork Fri May 14 18:55:51 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Walle X-Patchwork-Id: 439065 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=ham 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 C516DC433B4 for ; Fri, 14 May 2021 18:56:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A0BF96145A for ; Fri, 14 May 2021 18:56:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231434AbhENS5L (ORCPT ); Fri, 14 May 2021 14:57:11 -0400 Received: from ssl.serverraum.org ([176.9.125.105]:51845 "EHLO ssl.serverraum.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229930AbhENS5L (ORCPT ); Fri, 14 May 2021 14:57:11 -0400 Received: from mwalle01.fritz.box (unknown [IPv6:2a02:810c:c200:2e91:fa59:71ff:fe9b:b851]) (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 507E42224B; Fri, 14 May 2021 20:55:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1621018558; 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=EpUyQLsXWKjuLN+gi1ZtfGRx6wOkPliPVXtSTMqebbw=; b=Z7t7/KC1lB35xw2ChETlzHtW5srMes7PGRZT6RMQRvoZ68XfQRJz6pXvLsiQLuItXattrq Lr9IE6zBZkF6C+GMQxDEb0cej4KZ0JsO+zht29uF1Xk5G9O0XTAXgma5m2SDOSe9Awq901 Fed6FuHebNRAwWMOSkHZ0dEohuEit8U= 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 , Michael Walle Subject: [PATCH v2 0/2] arm64: dts: freescale: sl28: fix RGMII Date: Fri, 14 May 2021 20:55:51 +0200 Message-Id: <20210514185553.10095-1-michael@walle.cc> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-Spam: Yes Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This fixes the RGMII on the sl28 boards. While the network port was actually working it is still out-of-spec. Please note, that this is split into two patches because each one fixes a different commit. Changes since v1: - use different subjects for the two patches. I didn't use sl28-varN because I'd like to keep "sl28:" for all the sl28 related patches. Michael Walle (2): arm64: dts: freescale: sl28: var4: fix RGMII clock and voltage arm64: dts: freescale: sl28: var1: fix RGMII clock and voltage .../boot/dts/freescale/fsl-ls1028a-kontron-sl28-var1.dts | 3 ++- .../boot/dts/freescale/fsl-ls1028a-kontron-sl28-var4.dts | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-)