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=-11.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 2ED2CC433EF for ; Thu, 23 Sep 2021 20:13:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0F88461283 for ; Thu, 23 Sep 2021 20:13:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243079AbhIWUOf (ORCPT ); Thu, 23 Sep 2021 16:14:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43198 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242982AbhIWUOe (ORCPT ); Thu, 23 Sep 2021 16:14:34 -0400 Received: from mail.andi.de1.cc (mail.andi.de1.cc [IPv6:2a01:238:4321:8900:456f:ecd6:43e:202c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 34ADCC061574; Thu, 23 Sep 2021 13:13:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kemnade.info; s=20180802; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=dkrWxEsW4i3mM5zRCfYCAlO+mQ3S7GYgXqDqy1zH55k=; b=JKUDnU7veaXXnjJwTP4Q68bxgl JHcIKCfuBVjnMOrZBCsTamqsj4V3sGRWWKj9PaLLhT5vj+3xIqHZBivR2v9oZF6+3BjkcEbhw8Zzf Aime8BmibuJwUP0scYpbHI7SxGdYM5Gg94sua4FANcs9d7SUR/QK9se+HiRGwFCuAFGk=; Received: from p200300ccff12c8001a3da2fffebfd33a.dip0.t-ipconnect.de ([2003:cc:ff12:c800:1a3d:a2ff:febf:d33a] helo=aktux) by mail.andi.de1.cc with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1mTV5W-00028b-6r; Thu, 23 Sep 2021 22:12:58 +0200 Received: from andi by aktux with local (Exim 4.94.2) (envelope-from ) id 1mTV5V-00AYlA-MQ; Thu, 23 Sep 2021 22:12:57 +0200 From: Andreas Kemnade To: robh+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski Cc: Andreas Kemnade Subject: [PATCH 0/5] ARM: dts: imx6sl / imx6sll: dtbs_check errors Date: Thu, 23 Sep 2021 22:12:33 +0200 Message-Id: <20210923201238.2516844-1-andreas@kemnade.info> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Fix some errors found by make dtbs_check during adding of new device trees. These are not all errors, just the ones which seem clear to me now. Andreas Kemnade (5): ARM: dts: imx: e60k02: correct led node name ARM: dts: imx6sl: fixup of operating points ARM: dts: imx6sll: fixup of operating points ARM: dts: imx6sl: fix mmc compatibles ARM: dts: imx6sll: fix mmc compatibles arch/arm/boot/dts/e60k02.dtsi | 2 +- arch/arm/boot/dts/imx6sl.dtsi | 26 ++++++++++++-------------- arch/arm/boot/dts/imx6sll.dtsi | 28 +++++++++++++--------------- 3 files changed, 26 insertions(+), 30 deletions(-) -- 2.30.2