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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 59794C6FD1A for ; Tue, 7 Mar 2023 17:14:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229933AbjCGROE (ORCPT ); Tue, 7 Mar 2023 12:14:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50692 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230117AbjCGRNI (ORCPT ); Tue, 7 Mar 2023 12:13:08 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D86C54CAC for ; Tue, 7 Mar 2023 09:08:16 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B823E61505 for ; Tue, 7 Mar 2023 17:08:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C8730C433D2; Tue, 7 Mar 2023 17:08:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678208895; bh=86Pikb5QcrLgoUu9bYwn8ZItJT+ml1APxLETUjmsuWA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=NjaR1AkZZPUST0djhIHP4LkpVhmka07T25HpeGd/4Lh2H4Q97j+R0lFyhVTprPe6X ORW1+NTDMYstKYzD0jBLXNmAVWtinMo4GvMpdOs3jSM8Vz8/tBQ+uyz6Wj+XxFcVvf bqcGXSgnNapIVAfBwyOPM7TymG4EzaU6ySfI+uuk= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Vyacheslav Bocharov , Martin Blumenstingl , Neil Armstrong , Sasha Levin Subject: [PATCH 6.2 0044/1001] arm64: dts: meson-gxl: jethub-j80: Fix Bluetooth MAC node name Date: Tue, 7 Mar 2023 17:46:56 +0100 Message-Id: <20230307170024.031109806@linuxfoundation.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230307170022.094103862@linuxfoundation.org> References: <20230307170022.094103862@linuxfoundation.org> User-Agent: quilt/0.67 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org From: Martin Blumenstingl [ Upstream commit cb199de1d3aecb02556d8a6e26393015effa0a9f ] Node names should use hyphens instead of underscores to not cause warnings. Fixes: abfaae24ecf3 ("arm64: dts: meson-gxl: add support for JetHub H1") Suggested-by: Vyacheslav Bocharov Signed-off-by: Martin Blumenstingl Reviewed-by: Neil Armstrong Link: https://lore.kernel.org/r/20230111211350.1461860-3-martin.blumenstingl@googlemail.com Signed-off-by: Neil Armstrong Signed-off-by: Sasha Levin --- .../boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts b/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts index 270483e007bc8..bb7412070cb26 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts +++ b/arch/arm64/boot/dts/amlogic/meson-gxl-s905w-jethome-jethub-j80.dts @@ -86,7 +86,7 @@ sdio_pwrseq: sdio-pwrseq { }; &efuse { - bt_mac: bt_mac@6 { + bt_mac: bt-mac@6 { reg = <0x6 0x6>; }; -- 2.39.2