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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1BC23C433EF for ; Thu, 21 Jul 2022 02:11:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:CC :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=B4AphXHYsbWWaXtA1dWxmMMSdkxps1onzHZa+gf84x4=; b=SLdQLyq2yFjv4n A6gztnLbfDI8D8LWvuH/tVfZNiypwJyLZAqBOlBmfrdzBWY5PRNLz47K9HRAkVNURhIb5BMEhXZjJ LIfEiTi4nSViTzey5Jls+TRSpN9TVhYL+bYMOmKWobBHmXIXUo0q6VcxfNHKj7IFrqB9H9rTv5JR1 MYU4iNpX6jRsUKOAbSUjJ94N1lYaYtNnTDJHkcF+Qdj9fM6nDSLcgCEAMeHdJYl7n2OYkbGqNdF6Z wENOdgen+VAx2J0rAXFeASrnBIaZkaSrMlCBp9CbMuRcCoctVZtN93C30Qfer1OGjXR6gof3pWg4o 1qu2aYCF3LcYMXdtEWlg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oELdn-00Epj9-78; Thu, 21 Jul 2022 02:10:15 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oELd9-00EpB2-T6; Thu, 21 Jul 2022 02:09:39 +0000 X-UUID: 5312132c3e2647778765ee8650de971a-20220720 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.8,REQID:56acfbf1-78e0-454b-8efd-0cffdd878856,OB:0,LO B:0,IP:0,URL:0,TC:0,Content:-5,EDM:0,RT:0,SF:0,FILE:0,RULE:Release_Ham,ACT ION:release,TS:-5 X-CID-META: VersionHash:0f94e32,CLOUDID:bbeb0ad8-5d6d-4eaf-a635-828a3ee48b7c,C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:0,EDM:-3,IP:nil,URL:0,File:nil ,QS:nil,BEC:nil,COL:0 X-UUID: 5312132c3e2647778765ee8650de971a-20220720 Received: from mtkmbs11n1.mediatek.inc [(172.21.101.185)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-GCM-SHA384 256/256) with ESMTP id 742779607; Wed, 20 Jul 2022 19:09:29 -0700 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs10n1.mediatek.inc (172.21.101.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.2.792.15; Thu, 21 Jul 2022 09:48:54 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 21 Jul 2022 09:48:53 +0800 From: Allen-KH Cheng To: Wim Van Sebroeck , Guenter Roeck , Krzysztof Kozlowski , "Matthias Brugger" , Rob Herring , CC: , , , , , , Allen-KH Cheng Subject: [PATCH v4 0/4] mediatek: watchdog: Fix compatible fallbacks Date: Thu, 21 Jul 2022 09:48:41 +0800 Message-ID: <20220721014845.19044-1-allen-kh.cheng@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220720_190935_986724_62534A4C X-CRM114-Status: UNSURE ( 9.50 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Based on tag: next-20220720, linux-next/master Beacase there are some PATCHs of mediatek wdt waiting to merge, I drop "Convert binding to YAML" PATCH to not cause dtbs errors in series v2. We will send "watchdog: Convert binding to YAML" PATCH in the future. changes since v3: - fix commit title (from dt-binding to dt-bindings) - Add RoB tags changes since v2: - remove "Convert binding to YAML" PATCH from series - fix example - change cover letter title changes since v1: - fix dtbs_check warnings in dts - use enum instead of multiple const values - remove timeout-sec - rewrite examples - rename schema to mediatek,wdt.yaml Allen-KH Cheng (4): dt-bindings: mediatek: watchdog: Fix compatible fallbacks and example arm64: dts: mediatek: Remove mt6589 wdt fallback string from mt7986 arm64: dts: mediatek: Remove mt6589 wdt fallback string from mt8195 arm64: dts: mediatek: Fix the watchdog node name Documentation/devicetree/bindings/watchdog/mtk-wdt.txt | 9 ++++----- arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 3 +-- arch/arm64/boot/dts/mediatek/mt8195.dtsi | 3 +-- arch/arm64/boot/dts/mediatek/mt8516.dtsi | 2 +- 4 files changed, 7 insertions(+), 10 deletions(-) -- 2.18.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel