From nobody Fri Sep 20 09:35:28 2024 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 BDF52C25B47 for ; Tue, 24 Oct 2023 21:26:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344312AbjJXV03 (ORCPT ); Tue, 24 Oct 2023 17:26:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34528 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344178AbjJXV01 (ORCPT ); Tue, 24 Oct 2023 17:26:27 -0400 Received: from mail-pl1-x62a.google.com (mail-pl1-x62a.google.com [IPv6:2607:f8b0:4864:20::62a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F08BF9D for ; Tue, 24 Oct 2023 14:26:24 -0700 (PDT) Received: by mail-pl1-x62a.google.com with SMTP id d9443c01a7336-1c9d3a21f7aso41757325ad.2 for ; Tue, 24 Oct 2023 14:26:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; t=1698182784; x=1698787584; darn=vger.kernel.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=DmaXnn3FVuKUUd5bHXt0ruoyEZHefu8VCNGbhNVksAI=; b=gOWrzAUuyy1lrldZXPEqSxlIbHJJhPvsr9Cgxw327rVMGx4NmMAYqSTRYdnjqJnTvX hbnVP73fqxy6/WS6dhdAwZ7+r4MzF3zvDpipVhycEBvvr3FgZ1dGYA1uKb7f/AoekE5/ kDS7lzel70HicKArVsvt2j2CmoxQukxzW2VQw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1698182784; x=1698787584; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=DmaXnn3FVuKUUd5bHXt0ruoyEZHefu8VCNGbhNVksAI=; b=NSU2DnyXJwTOiBs+QKAOKmCEN+t1u0/PEP7Mz55g4RAKdJnqWNoS6Jt72KqEQSMuSi O7oupXcC0mKQvJJ5VWGLTw1poj9RNPbv/P+rjgT6K3cVFBPvoiEEXWIxcdbrATd2Rajp LQuiKpaOmBife7/Ic2OPb9iMHMAU5gDrliNd4E55YVg6YwEMDXeQ8y/3oYgHuvyGbP0J yTh/LH61pbu1J+wDqs84E+EIA7v3u6DtgN52E/lgbj9a4u21YhgKSLYx0Z3w+aNLK4uX ccFLgPySFfkGPep3Y2r8EKILU0SU1Z4T6dFJLu37RSGRtGqwkWVouws/QUWu54Wuj3M8 e6tg== X-Gm-Message-State: AOJu0Yw/2ULMfy+K8OezfxZNkIVvd1c5+S4Rqu+/PXjoqzl4OHyUMXom z2nfyPSTMrBbPIqdxz+oGuxJxg== X-Google-Smtp-Source: AGHT+IH6kkrCgqN3YbV+L9kA6VrGOZAuIviVBNVqMBdTy/sBN4fYAQaPOXKyDQS8CBZc5AyopntO/Q== X-Received: by 2002:a17:903:11c7:b0:1bb:77a2:edda with SMTP id q7-20020a17090311c700b001bb77a2eddamr14437012plh.36.1698182784439; Tue, 24 Oct 2023 14:26:24 -0700 (PDT) Received: from hsinyi.sjc.corp.google.com ([2620:15c:9d:2:5a2d:c345:7f3f:d26c]) by smtp.gmail.com with ESMTPSA id p9-20020a170902e74900b001b850c9d7b3sm7824140plf.249.2023.10.24.14.26.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 24 Oct 2023 14:26:24 -0700 (PDT) From: Hsin-Yi Wang To: Matthias Brugger , AngeloGioacchino Del Regno , Krzysztof Kozlowski Cc: Rob Herring , Conor Dooley , =?UTF-8?q?N=C3=ADcolas=20F=20=2E=20R=20=2E=20A=20=2E=20Prado?= , =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= , Frank Wunderlich , Macpaul Lin , Sean Wang , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: [PATCH v2 1/7] arm64: dts: mt8183: kukui: Fix underscores in node names Date: Tue, 24 Oct 2023 14:22:23 -0700 Message-ID: <20231024212618.1079676-2-hsinyi@chromium.org> X-Mailer: git-send-email 2.42.0.758.gaed0368e0e-goog In-Reply-To: <20231024212618.1079676-1-hsinyi@chromium.org> References: <20231024212618.1079676-1-hsinyi@chromium.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Remove the underscores in node names. Signed-off-by: Hsin-Yi Wang --- new in v2 --- .../dts/mediatek/mt8183-kukui-jacuzzi.dtsi | 6 +- .../arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 90 +++++++++---------- 2 files changed, 48 insertions(+), 48 deletions(-) diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi b/arch/= arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi index bf97b60ae4d1..06fde1a9aab7 100644 --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi @@ -441,20 +441,20 @@ pins2 { }; =20 touchscreen_pins: touchscreen-pins { - touch_int_odl { + touch-int-odl { pinmux =3D ; input-enable; bias-pull-up; }; =20 - touch_rst_l { + touch-rst-l { pinmux =3D ; output-high; }; }; =20 trackpad_pins: trackpad-pins { - trackpad_int { + trackpad-int { pinmux =3D ; input-enable; bias-disable; /* pulled externally */ diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/bo= ot/dts/mediatek/mt8183-kukui.dtsi index bf7de35ffcbc..5a3109e47877 100644 --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi @@ -460,7 +460,7 @@ &mt6358_vsram_gpu_reg { =20 &pio { aud_pins_default: audiopins { - pins_bus { + pins-bus { pinmux =3D , , , @@ -482,7 +482,7 @@ pins_bus { }; =20 aud_pins_tdm_out_on: audiotdmouton { - pins_bus { + pins-bus { pinmux =3D , , , @@ -494,7 +494,7 @@ pins_bus { }; =20 aud_pins_tdm_out_off: audiotdmoutoff { - pins_bus { + pins-bus { pinmux =3D , , , @@ -508,13 +508,13 @@ pins_bus { }; =20 bt_pins: bt-pins { - pins_bt_en { + pins-bt-en { pinmux =3D ; output-low; }; }; =20 - ec_ap_int_odl: ec_ap_int_odl { + ec_ap_int_odl: ec-ap-int-odl { pins1 { pinmux =3D ; input-enable; @@ -522,7 +522,7 @@ pins1 { }; }; =20 - h1_int_od_l: h1_int_od_l { + h1_int_od_l: h1-int-od-l { pins1 { pinmux =3D ; input-enable; @@ -530,7 +530,7 @@ pins1 { }; =20 i2c0_pins: i2c0 { - pins_bus { + pins-bus { pinmux =3D , ; mediatek,pull-up-adv =3D <3>; @@ -539,7 +539,7 @@ pins_bus { }; =20 i2c1_pins: i2c1 { - pins_bus { + pins-bus { pinmux =3D , ; mediatek,pull-up-adv =3D <3>; @@ -548,7 +548,7 @@ pins_bus { }; =20 i2c2_pins: i2c2 { - pins_bus { + pins-bus { pinmux =3D , ; bias-disable; @@ -557,7 +557,7 @@ pins_bus { }; =20 i2c3_pins: i2c3 { - pins_bus { + pins-bus { pinmux =3D , ; mediatek,pull-up-adv =3D <3>; @@ -566,7 +566,7 @@ pins_bus { }; =20 i2c4_pins: i2c4 { - pins_bus { + pins-bus { pinmux =3D , ; bias-disable; @@ -575,7 +575,7 @@ pins_bus { }; =20 i2c5_pins: i2c5 { - pins_bus { + pins-bus { pinmux =3D , ; mediatek,pull-up-adv =3D <3>; @@ -584,7 +584,7 @@ pins_bus { }; =20 i2c6_pins: i2c6 { - pins_bus { + pins-bus { pinmux =3D , ; bias-disable; @@ -592,7 +592,7 @@ pins_bus { }; =20 mmc0_pins_default: mmc0-pins-default { - pins_cmd_dat { + pins-cmd-dat { pinmux =3D , , , @@ -607,13 +607,13 @@ pins_cmd_dat { mediatek,pull-up-adv =3D <01>; }; =20 - pins_clk { + pins-clk { pinmux =3D ; drive-strength =3D ; mediatek,pull-down-adv =3D <10>; }; =20 - pins_rst { + pins-rst { pinmux =3D ; drive-strength =3D ; mediatek,pull-down-adv =3D <01>; @@ -621,7 +621,7 @@ pins_rst { }; =20 mmc0_pins_uhs: mmc0-pins-uhs { - pins_cmd_dat { + pins-cmd-dat { pinmux =3D , , , @@ -636,19 +636,19 @@ pins_cmd_dat { mediatek,pull-up-adv =3D <01>; }; =20 - pins_clk { + pins-clk { pinmux =3D ; drive-strength =3D ; mediatek,pull-down-adv =3D <10>; }; =20 - pins_ds { + pins-ds { pinmux =3D ; drive-strength =3D ; mediatek,pull-down-adv =3D <10>; }; =20 - pins_rst { + pins-rst { pinmux =3D ; drive-strength =3D ; mediatek,pull-up-adv =3D <01>; @@ -656,7 +656,7 @@ pins_rst { }; =20 mmc1_pins_default: mmc1-pins-default { - pins_cmd_dat { + pins-cmd-dat { pinmux =3D , , , @@ -666,7 +666,7 @@ pins_cmd_dat { mediatek,pull-up-adv =3D <10>; }; =20 - pins_clk { + pins-clk { pinmux =3D ; input-enable; mediatek,pull-down-adv =3D <10>; @@ -674,7 +674,7 @@ pins_clk { }; =20 mmc1_pins_uhs: mmc1-pins-uhs { - pins_cmd_dat { + pins-cmd-dat { pinmux =3D , , , @@ -685,7 +685,7 @@ pins_cmd_dat { mediatek,pull-up-adv =3D <10>; }; =20 - pins_clk { + pins-clk { pinmux =3D ; drive-strength =3D ; mediatek,pull-down-adv =3D <10>; @@ -694,7 +694,7 @@ pins_clk { }; =20 panel_pins_default: panel_pins_default { - panel_reset { + panel-reset { pinmux =3D ; output-low; bias-pull-up; @@ -713,14 +713,14 @@ pins2 { }; =20 scp_pins: scp { - pins_scp_uart { + pins-scp-uart { pinmux =3D , ; }; }; =20 spi0_pins: spi0 { - pins_spi { + pins-spi { pinmux =3D , , , @@ -730,7 +730,7 @@ pins_spi { }; =20 spi1_pins: spi1 { - pins_spi { + pins-spi { pinmux =3D , , , @@ -740,20 +740,20 @@ pins_spi { }; =20 spi2_pins: spi2 { - pins_spi { + pins-spi { pinmux =3D , , ; bias-disable; }; - pins_spi_mi { + pins-spi-mi { pinmux =3D ; mediatek,pull-down-adv =3D <00>; }; }; =20 spi3_pins: spi3 { - pins_spi { + pins-spi { pinmux =3D , , , @@ -763,7 +763,7 @@ pins_spi { }; =20 spi4_pins: spi4 { - pins_spi { + pins-spi { pinmux =3D , , , @@ -773,7 +773,7 @@ pins_spi { }; =20 spi5_pins: spi5 { - pins_spi { + pins-spi { pinmux =3D , , , @@ -783,63 +783,63 @@ pins_spi { }; =20 uart0_pins_default: uart0-pins-default { - pins_rx { + pins-rx { pinmux =3D ; input-enable; bias-pull-up; }; - pins_tx { + pins-tx { pinmux =3D ; }; }; =20 uart1_pins_default: uart1-pins-default { - pins_rx { + pins-rx { pinmux =3D ; input-enable; bias-pull-up; }; - pins_tx { + pins-tx { pinmux =3D ; }; - pins_rts { + pins-rts { pinmux =3D ; output-enable; }; - pins_cts { + pins-cts { pinmux =3D ; input-enable; }; }; =20 uart1_pins_sleep: uart1-pins-sleep { - pins_rx { + pins-rx { pinmux =3D ; input-enable; bias-pull-up; }; - pins_tx { + pins-tx { pinmux =3D ; }; - pins_rts { + pins-rts { pinmux =3D ; output-enable; }; - pins_cts { + pins-cts { pinmux =3D ; input-enable; }; }; =20 wifi_pins_pwrseq: wifi-pins-pwrseq { - pins_wifi_enable { + pins-wifi-enable { pinmux =3D ; output-low; }; }; =20 wifi_pins_wakeup: wifi-pins-wakeup { - pins_wifi_wakeup { + pins-wifi-wakeup { pinmux =3D ; input-enable; }; --=20 2.42.0.758.gaed0368e0e-goog