From patchwork Thu Aug 10 14:44:45 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Stein X-Patchwork-Id: 13349551 Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E53A01E1A2 for ; Thu, 10 Aug 2023 14:45:00 +0000 (UTC) Received: from mx1.tq-group.com (mx1.tq-group.com [93.104.207.81]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2D94526B6; Thu, 10 Aug 2023 07:44:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tq-group.com; i=@tq-group.com; q=dns/txt; s=key1; t=1691678699; x=1723214699; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=xRc7+oLrKLGvmsF4AbFMU4toS0SSVJPBFSx+GMgjtNw=; b=PEXHm52xfPNtNUnlkZ2RtYE+EGfh/KAaYOrDEaZQLgS1B0zh16Vw7yM8 tAlthsc6sVsX672Bp3IId3WzFyVpCXrMFXrWZD+2qwo+FJXu3rZLfSN3C qA97sHNtVHYwy+8+3rE+MbcdVEGu18QiFF9CaYxU1saAZ5paBzLrsl6wR 6Gsj9l/63pJdy6WTauSPkyYBNKEA+RmTekz0kWnwALcipO2b1BblVoVEa xKoLDAStmXHmBLkiT6F6I8fBvCBlFLvzdenwYvE+GzB5mRUdpqmrCCLQx zl01b9KJtt8dl8zcuw8iHnP1FZ4nylZF58LwjPeBKeSqe4d1dK1ckuXBh A==; X-IronPort-AV: E=Sophos;i="6.01,162,1684792800"; d="scan'208";a="32396716" Received: from vtuxmail01.tq-net.de ([10.115.0.20]) by mx1.tq-group.com with ESMTP; 10 Aug 2023 16:44:57 +0200 Received: from steina-w.tq-net.de (unknown [10.123.53.21]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by vtuxmail01.tq-net.de (Postfix) with ESMTPSA id EF35A28008D; Thu, 10 Aug 2023 16:44:56 +0200 (CEST) From: Alexander Stein To: Philipp Zabel , David Airlie , Daniel Vetter , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Fabio Estevam , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , "Rafael J . Wysocki" , Daniel Lezcano , Amit Kucheria , Zhang Rui , Thomas Gleixner Cc: Alexander Stein , Pengutronix Kernel Team , NXP Linux Team , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, netdev@vger.kernel.org, linux-pm@vger.kernel.org Subject: [PATCH 0/6] imx6q related DT binding fixes Date: Thu, 10 Aug 2023 16:44:45 +0200 Message-Id: <20230810144451.1459985-1-alexander.stein@ew.tq-group.com> X-Mailer: git-send-email 2.34.1 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Hi everyone, while working on i.MX6Q based board (arch/arm/boot/dts/nxp/imx/imx6q-mba6a.dts) I noticed several warnings on dtbs_check. The first 5 patches should be pretty much straight forward. I'm not 100% sure on the sixth patch, as it might be affected by incorrect compatible lists. Please refer to the note in that patch. I'm also no sure whether thse patches warrent a Fixes tag, so I only added that for patch 3. All of these patches are independent and can be picked up individually. Best regards, Alexander Alexander Stein (6): dt-bindings: trivial-devices: Remove national,lm75 dt-bindings: imx-thermal: Add #thermal-sensor-cells property dt-bindings: display: imx: hdmi: Allow 'reg' and 'interrupts' dt-bindings: net: microchip: Allow nvmem-cell usage dt-bindings: timer: add imx7d compatible dt-bindings: timer: fsl,imxgpt: Add optional osc_per clock .../bindings/display/imx/fsl,imx6-hdmi.yaml | 3 ++ .../bindings/net/microchip,lan95xx.yaml | 2 ++ .../bindings/thermal/imx-thermal.yaml | 6 ++++ .../devicetree/bindings/timer/fsl,imxgpt.yaml | 31 ++++++++++++++++++- .../devicetree/bindings/trivial-devices.yaml | 2 -- 5 files changed, 41 insertions(+), 3 deletions(-) Acked-by: Conor Dooley