lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <cbbdf567-7039-40cd-8e76-5e0d05354af1@gmail.com>
Date: Fri, 12 Sep 2025 16:18:22 +0200
From: Matthias Brugger <matthias.bgg@...il.com>
To: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>,
 linux-mediatek@...ts.infradead.org, robh@...nel.org
Cc: herbert@...dor.apana.org.au, davem@...emloft.net, krzk+dt@...nel.org,
 conor+dt@...nel.org, chunkuang.hu@...nel.org, p.zabel@...gutronix.de,
 airlied@...il.com, simona@...ll.ch, maarten.lankhorst@...ux.intel.com,
 mripard@...nel.org, tzimmermann@...e.de, jassisinghbrar@...il.com,
 mchehab@...nel.org, chunfeng.yun@...iatek.com, vkoul@...nel.org,
 kishon@...nel.org, sean.wang@...nel.org, linus.walleij@...aro.org,
 lgirdwood@...il.com, broonie@...nel.org, andersson@...nel.org,
 mathieu.poirier@...aro.org, daniel.lezcano@...aro.org, tglx@...utronix.de,
 atenart@...nel.org, jitao.shi@...iatek.com, ck.hu@...iatek.com,
 houlong.wei@...iatek.com, kyrie.wu@...iatek.corp-partner.google.com,
 andy.teng@...iatek.com, tinghan.shen@...iatek.com, jiaxin.yu@...iatek.com,
 shane.chien@...iatek.com, olivia.wen@...iatek.com, granquet@...libre.com,
 eugen.hristev@...aro.org, arnd@...db.de, sam.shih@...iatek.com,
 jieyy.yang@...iatek.com, frank-w@...lic-files.de, mwalle@...nel.org,
 fparent@...libre.com, linux-crypto@...r.kernel.org,
 devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
 dri-devel@...ts.freedesktop.org, linux-media@...r.kernel.org,
 linux-arm-kernel@...ts.infradead.org, linux-phy@...ts.infradead.org,
 linux-gpio@...r.kernel.org, linux-remoteproc@...r.kernel.org,
 linux-sound@...r.kernel.org
Subject: Re: [PATCH 29/38] arm64: dts: mediatek: mt8183: Fix pinctrl node
 names



On 24/07/2025 10:39, AngeloGioacchino Del Regno wrote:
> Fix the pinctrl node names to adhere to the bindings, as the main
> pin node is supposed to be named like "uart0-pins" and the pinmux
> node named like "pins-bus".
> 
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>

Applied, thanks

> ---
>   .../mediatek/mt8183-kukui-audio-da7219.dtsi   |  4 +-
>   .../mediatek/mt8183-kukui-audio-ts3a227e.dtsi |  2 +-
>   .../dts/mediatek/mt8183-kukui-jacuzzi.dtsi    | 22 +++---
>   .../dts/mediatek/mt8183-kukui-kakadu.dtsi     | 16 ++--
>   .../dts/mediatek/mt8183-kukui-kodama.dtsi     | 12 +--
>   .../boot/dts/mediatek/mt8183-kukui-krane.dtsi | 12 +--
>   .../arm64/boot/dts/mediatek/mt8183-kukui.dtsi | 78 +++++++++----------
>   7 files changed, 73 insertions(+), 73 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-da7219.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-da7219.dtsi
> index 586eee79c73c..f69ffcb9792a 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-da7219.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-da7219.dtsi
> @@ -39,8 +39,8 @@ da7219_aad {
>   };
>   
>   &pio {
> -	da7219_pins: da7219_pins {
> -		pins1 {
> +	da7219_pins: da7219-pins {
> +		pins-intn {
>   			pinmux = <PINMUX_GPIO165__FUNC_GPIO165>;
>   			input-enable;
>   			bias-pull-up;
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-ts3a227e.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-ts3a227e.dtsi
> index 548e22c194a2..c4aedf8cbfcd 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-ts3a227e.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-audio-ts3a227e.dtsi
> @@ -17,7 +17,7 @@ ts3a227e: ts3a227e@3b {
>   };
>   
>   &pio {
> -	ts3a227e_pins: ts3a227e_pins {
> +	ts3a227e_pins: ts3a227e-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO157__FUNC_GPIO157>;
>   			input-enable;
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi
> index 80888bd4ad82..f2afca63c75a 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi.dtsi
> @@ -395,14 +395,14 @@ &pio {
>   		"",
>   		"";
>   
> -	pp1000_mipibrdg_en: pp1000-mipibrdg-en {
> +	pp1000_mipibrdg_en: pp1000-mipibrdg-en-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO54__FUNC_GPIO54>;
>   			output-low;
>   		};
>   	};
>   
> -	pp1800_mipibrdg_en: pp1800-mipibrdg-en {
> +	pp1800_mipibrdg_en: pp1800-mipibrdg-en-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO36__FUNC_GPIO36>;
>   			output-low;
> @@ -410,20 +410,20 @@ pins1 {
>   	};
>   
>   	pp3300_panel_pins: pp3300-panel-pins {
> -		panel_3v3_enable: panel-3v3-enable {
> +		panel_3v3_enable: pins-panel-en {
>   			pinmux = <PINMUX_GPIO35__FUNC_GPIO35>;
>   			output-low;
>   		};
>   	};
>   
> -	ppvarp_lcd_en: ppvarp-lcd-en {
> +	ppvarp_lcd_en: ppvarp-lcd-en-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO66__FUNC_GPIO66>;
>   			output-low;
>   		};
>   	};
>   
> -	ppvarn_lcd_en: ppvarn-lcd-en {
> +	ppvarn_lcd_en: ppvarn-lcd-en-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO166__FUNC_GPIO166>;
>   			output-low;
> @@ -444,27 +444,27 @@ pins2 {
>   	};
>   
>   	touchscreen_pins: touchscreen-pins {
> -		touch-int-odl {
> +		pins-intn {
>   			pinmux = <PINMUX_GPIO155__FUNC_GPIO155>;
>   			input-enable;
>   			bias-pull-up;
>   		};
>   
> -		touch-rst-l {
> +		pins-rst {
>   			pinmux = <PINMUX_GPIO156__FUNC_GPIO156>;
>   			output-high;
>   		};
>   	};
>   
>   	trackpad_pins: trackpad-pins {
> -		trackpad-int {
> +		pins-intn {
>   			pinmux = <PINMUX_GPIO7__FUNC_GPIO7>;
>   			input-enable;
>   			bias-disable; /* pulled externally */
>   		};
>   	};
>   
> -	pp3300_mipibrdg_en: pp3300-mipibrdg-en {
> +	pp3300_mipibrdg_en: pp3300-mipibrdg-en-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO37__FUNC_GPIO37>;
>   			output-low;
> @@ -472,13 +472,13 @@ pins1 {
>   	};
>   
>   	volume_button_pins: volume-button-pins {
> -		voldn-btn-odl {
> +		pins-voldn {
>   			pinmux = <PINMUX_GPIO6__FUNC_GPIO6>;
>   			input-enable;
>   			bias-pull-up;
>   		};
>   
> -		volup-btn-odl {
> +		pins-volup {
>   			pinmux = <PINMUX_GPIO5__FUNC_GPIO5>;
>   			input-enable;
>   			bias-pull-up;
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi
> index ff02f63bac29..472d4987615a 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kakadu.dtsi
> @@ -304,35 +304,35 @@ &pio {
>   		"",
>   		"";
>   
> -	ppvarp_lcd_en: ppvarp-lcd-en {
> +	ppvarp_lcd_en: ppvarp-lcd-en-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO66__FUNC_GPIO66>;
>   			output-low;
>   		};
>   	};
>   
> -	ppvarn_lcd_en: ppvarn-lcd-en {
> +	ppvarn_lcd_en: ppvarn-lcd-en-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO166__FUNC_GPIO166>;
>   			output-low;
>   		};
>   	};
>   
> -	pp1800_lcd_en: pp1800-lcd-en {
> +	pp1800_lcd_en: pp1800-lcd-en-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO36__FUNC_GPIO36>;
>   			output-low;
>   		};
>   	};
>   
> -	open_touch: open_touch {
> -		irq_pin {
> +	open_touch: opentouch-pins {
> +		pins-intn {
>   			pinmux = <PINMUX_GPIO155__FUNC_GPIO155>;
>   			input-enable;
>   			bias-pull-up;
>   		};
>   
> -		rst_pin {
> +		pins-rst {
>   			pinmux = <PINMUX_GPIO156__FUNC_GPIO156>;
>   
>   			/*
> @@ -349,8 +349,8 @@ rst_pin {
>   		};
>   	};
>   
> -	pen_eject: peneject {
> -		pen_eject {
> +	pen_eject: pen-pins {
> +		pins-eject {
>   			pinmux = <PINMUX_GPIO6__FUNC_GPIO6>;
>   			input-enable;
>   			/* External pull-up. */
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi
> index da6e767b4cee..1b21e3958061 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-kodama.dtsi
> @@ -292,35 +292,35 @@ &pio {
>   		"",
>   		"";
>   
> -	ppvarp_lcd_en: ppvarp-lcd-en {
> +	ppvarp_lcd_en: ppvarp-lcd-en-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO66__FUNC_GPIO66>;
>   			output-low;
>   		};
>   	};
>   
> -	ppvarn_lcd_en: ppvarn-lcd-en {
> +	ppvarn_lcd_en: ppvarn-lcd-en-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO166__FUNC_GPIO166>;
>   			output-low;
>   		};
>   	};
>   
> -	pp1800_lcd_en: pp1800-lcd-en {
> +	pp1800_lcd_en: pp1800-lcd-en-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO36__FUNC_GPIO36>;
>   			output-low;
>   		};
>   	};
>   
> -	touch_default: touchdefault {
> -		pin_irq {
> +	touch_default: touch-pins {
> +		pins-intn {
>   			pinmux = <PINMUX_GPIO155__FUNC_GPIO155>;
>   			input-enable;
>   			bias-pull-up;
>   		};
>   
> -		touch_pin_reset: pin_reset {
> +		touch_pin_reset: pins-rst {
>   			pinmux = <PINMUX_GPIO156__FUNC_GPIO156>;
>   
>   			/*
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi
> index 8b56b8564ed7..a85c73b43195 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui-krane.dtsi
> @@ -296,35 +296,35 @@ &pio {
>   		"",
>   		"";
>   
> -	ppvarp_lcd_en: ppvarp-lcd-en {
> +	ppvarp_lcd_en: ppvarp-lcd-en-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO66__FUNC_GPIO66>;
>   			output-low;
>   		};
>   	};
>   
> -	ppvarn_lcd_en: ppvarn-lcd-en {
> +	ppvarn_lcd_en: ppvarn-lcd-en-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO166__FUNC_GPIO166>;
>   			output-low;
>   		};
>   	};
>   
> -	pp1800_lcd_en: pp1800-lcd-en {
> +	pp1800_lcd_en: pp1800-lcd-en-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO36__FUNC_GPIO36>;
>   			output-low;
>   		};
>   	};
>   
> -	open_touch: open_touch {
> -		irq_pin {
> +	open_touch: opentouch-pins {
> +		pins-intn {
>   			pinmux = <PINMUX_GPIO155__FUNC_GPIO155>;
>   			input-enable;
>   			bias-pull-up;
>   		};
>   
> -		rst_pin {
> +		pins-rst {
>   			pinmux = <PINMUX_GPIO156__FUNC_GPIO156>;
>   
>   			/*
> diff --git a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
> index 400c61d11035..8f3a0e85b4ed 100644
> --- a/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi
> @@ -435,7 +435,7 @@ &mt6358_vsram_gpu_reg {
>   };
>   
>   &pio {
> -	aud_pins_default: audiopins {
> +	aud_pins_default: audio-pins {
>   		pins-bus {
>   			pinmux = <PINMUX_GPIO97__FUNC_I2S2_MCK>,
>   				<PINMUX_GPIO98__FUNC_I2S2_BCK>,
> @@ -457,7 +457,7 @@ pins-bus {
>   		};
>   	};
>   
> -	aud_pins_tdm_out_on: audiotdmouton {
> +	aud_pins_tdm_out_on: audio-tdmout-on-pins {
>   		pins-bus {
>   			pinmux = <PINMUX_GPIO169__FUNC_TDM_BCK_2ND>,
>   				<PINMUX_GPIO170__FUNC_TDM_LRCK_2ND>,
> @@ -469,7 +469,7 @@ pins-bus {
>   		};
>   	};
>   
> -	aud_pins_tdm_out_off: audiotdmoutoff {
> +	aud_pins_tdm_out_off: audio-tdmout-off-pins {
>   		pins-bus {
>   			pinmux = <PINMUX_GPIO169__FUNC_GPIO169>,
>   				<PINMUX_GPIO170__FUNC_GPIO170>,
> @@ -490,22 +490,22 @@ pins-bt-en {
>   		};
>   	};
>   
> -	ec_ap_int_odl: ec-ap-int-odl {
> -		pins1 {
> +	ec_ap_int_odl: ec-ap-int-odl-pins {
> +		pins-intn {
>   			pinmux = <PINMUX_GPIO151__FUNC_GPIO151>;
>   			input-enable;
>   			bias-pull-up;
>   		};
>   	};
>   
> -	h1_int_od_l: h1-int-od-l {
> -		pins1 {
> +	h1_int_od_l: h1-int-od-l-pins {
> +		pins-intn {
>   			pinmux = <PINMUX_GPIO153__FUNC_GPIO153>;
>   			input-enable;
>   		};
>   	};
>   
> -	i2c0_pins: i2c0 {
> +	i2c0_pins: i2c0-pins {
>   		pins-bus {
>   			pinmux = <PINMUX_GPIO82__FUNC_SDA0>,
>   				 <PINMUX_GPIO83__FUNC_SCL0>;
> @@ -513,7 +513,7 @@ pins-bus {
>   		};
>   	};
>   
> -	i2c1_pins: i2c1 {
> +	i2c1_pins: i2c1-pins {
>   		pins-bus {
>   			pinmux = <PINMUX_GPIO81__FUNC_SDA1>,
>   				 <PINMUX_GPIO84__FUNC_SCL1>;
> @@ -521,7 +521,7 @@ pins-bus {
>   		};
>   	};
>   
> -	i2c2_pins: i2c2 {
> +	i2c2_pins: i2c2-pins {
>   		pins-bus {
>   			pinmux = <PINMUX_GPIO103__FUNC_SCL2>,
>   				 <PINMUX_GPIO104__FUNC_SDA2>;
> @@ -529,7 +529,7 @@ pins-bus {
>   		};
>   	};
>   
> -	i2c3_pins: i2c3 {
> +	i2c3_pins: i2c3-pins {
>   		pins-bus {
>   			pinmux = <PINMUX_GPIO50__FUNC_SCL3>,
>   				 <PINMUX_GPIO51__FUNC_SDA3>;
> @@ -537,7 +537,7 @@ pins-bus {
>   		};
>   	};
>   
> -	i2c4_pins: i2c4 {
> +	i2c4_pins: i2c4-pins {
>   		pins-bus {
>   			pinmux = <PINMUX_GPIO105__FUNC_SCL4>,
>   				 <PINMUX_GPIO106__FUNC_SDA4>;
> @@ -545,7 +545,7 @@ pins-bus {
>   		};
>   	};
>   
> -	i2c5_pins: i2c5 {
> +	i2c5_pins: i2c5-pins {
>   		pins-bus {
>   			pinmux = <PINMUX_GPIO48__FUNC_SCL5>,
>   				 <PINMUX_GPIO49__FUNC_SDA5>;
> @@ -553,7 +553,7 @@ pins-bus {
>   		};
>   	};
>   
> -	i2c6_pins: i2c6 {
> +	i2c6_pins: i2c6-pins {
>   		pins-bus {
>   			pinmux = <PINMUX_GPIO11__FUNC_SCL6>,
>   				 <PINMUX_GPIO12__FUNC_SDA6>;
> @@ -561,7 +561,7 @@ pins-bus {
>   		};
>   	};
>   
> -	mmc0_pins_default: mmc0-pins-default {
> +	mmc0_pins_default: mmc0-default-pins {
>   		pins-cmd-dat {
>   			pinmux = <PINMUX_GPIO123__FUNC_MSDC0_DAT0>,
>   				 <PINMUX_GPIO128__FUNC_MSDC0_DAT1>,
> @@ -625,7 +625,7 @@ pins-rst {
>   		};
>   	};
>   
> -	mmc1_pins_default: mmc1-pins-default {
> +	mmc1_pins_default: mmc1-default-pins {
>   		pins-cmd-dat {
>   			pinmux = <PINMUX_GPIO31__FUNC_MSDC1_CMD>,
>   				 <PINMUX_GPIO32__FUNC_MSDC1_DAT0>,
> @@ -643,7 +643,7 @@ pins-clk {
>   		};
>   	};
>   
> -	mmc1_pins_uhs: mmc1-pins-uhs {
> +	mmc1_pins_uhs: mmc1-uhs-pins {
>   		pins-cmd-dat {
>   			pinmux = <PINMUX_GPIO31__FUNC_MSDC1_CMD>,
>   				 <PINMUX_GPIO32__FUNC_MSDC1_DAT0>,
> @@ -663,15 +663,15 @@ pins-clk {
>   		};
>   	};
>   
> -	panel_pins_default: panel-pins-default {
> -		panel-reset {
> +	panel_pins_default: panel-pins {
> +		pins-panel-reset {
>   			pinmux = <PINMUX_GPIO45__FUNC_GPIO45>;
>   			output-low;
>   			bias-pull-up;
>   		};
>   	};
>   
> -	pwm0_pin_default: pwm0-pin-default {
> +	pwm0_pin_default: pwm0-pins {
>   		pins1 {
>   			pinmux = <PINMUX_GPIO176__FUNC_GPIO176>;
>   			output-high;
> @@ -682,15 +682,15 @@ pins2 {
>   		};
>   	};
>   
> -	scp_pins: scp {
> +	scp_pins: scp-pins {
>   		pins-scp-uart {
>   			pinmux = <PINMUX_GPIO110__FUNC_TP_URXD1_AO>,
>   				 <PINMUX_GPIO112__FUNC_TP_UTXD1_AO>;
>   		};
>   	};
>   
> -	spi0_pins: spi0 {
> -		pins-spi {
> +	spi0_pins: spi0-pins {
> +		pins-bus {
>   			pinmux = <PINMUX_GPIO85__FUNC_SPI0_MI>,
>   				 <PINMUX_GPIO86__FUNC_GPIO86>,
>   				 <PINMUX_GPIO87__FUNC_SPI0_MO>,
> @@ -699,8 +699,8 @@ pins-spi {
>   		};
>   	};
>   
> -	spi1_pins: spi1 {
> -		pins-spi {
> +	spi1_pins: spi1-pins {
> +		pins-bus {
>   			pinmux = <PINMUX_GPIO161__FUNC_SPI1_A_MI>,
>   				 <PINMUX_GPIO162__FUNC_SPI1_A_CSB>,
>   				 <PINMUX_GPIO163__FUNC_SPI1_A_MO>,
> @@ -709,21 +709,21 @@ pins-spi {
>   		};
>   	};
>   
> -	spi2_pins: spi2 {
> -		pins-spi {
> +	spi2_pins: spi2-pins {
> +		pins-bus {
>   			pinmux = <PINMUX_GPIO0__FUNC_SPI2_CSB>,
>   				 <PINMUX_GPIO1__FUNC_SPI2_MO>,
>   				 <PINMUX_GPIO2__FUNC_SPI2_CLK>;
>   			bias-disable;
>   		};
> -		pins-spi-mi {
> +		pins-miso {
>   			pinmux = <PINMUX_GPIO94__FUNC_SPI2_MI>;
>   			mediatek,pull-down-adv = <00>;
>   		};
>   	};
>   
> -	spi3_pins: spi3 {
> -		pins-spi {
> +	spi3_pins: spi3-pins {
> +		pins-bus {
>   			pinmux = <PINMUX_GPIO21__FUNC_SPI3_MI>,
>   				 <PINMUX_GPIO22__FUNC_SPI3_CSB>,
>   				 <PINMUX_GPIO23__FUNC_SPI3_MO>,
> @@ -732,8 +732,8 @@ pins-spi {
>   		};
>   	};
>   
> -	spi4_pins: spi4 {
> -		pins-spi {
> +	spi4_pins: spi4-pins {
> +		pins-bus {
>   			pinmux = <PINMUX_GPIO17__FUNC_SPI4_MI>,
>   				 <PINMUX_GPIO18__FUNC_SPI4_CSB>,
>   				 <PINMUX_GPIO19__FUNC_SPI4_MO>,
> @@ -742,8 +742,8 @@ pins-spi {
>   		};
>   	};
>   
> -	spi5_pins: spi5 {
> -		pins-spi {
> +	spi5_pins: spi5-pins {
> +		pins-bus {
>   			pinmux = <PINMUX_GPIO13__FUNC_SPI5_MI>,
>   				 <PINMUX_GPIO14__FUNC_SPI5_CSB>,
>   				 <PINMUX_GPIO15__FUNC_SPI5_MO>,
> @@ -752,7 +752,7 @@ pins-spi {
>   		};
>   	};
>   
> -	uart0_pins_default: uart0-pins-default {
> +	uart0_pins_default: uart0-pins {
>   		pins-rx {
>   			pinmux = <PINMUX_GPIO95__FUNC_URXD0>;
>   			input-enable;
> @@ -763,7 +763,7 @@ pins-tx {
>   		};
>   	};
>   
> -	uart1_pins_default: uart1-pins-default {
> +	uart1_pins_default: uart1-pins {
>   		pins-rx {
>   			pinmux = <PINMUX_GPIO121__FUNC_URXD1>;
>   			input-enable;
> @@ -781,7 +781,7 @@ pins-cts {
>   		};
>   	};
>   
> -	uart1_pins_sleep: uart1-pins-sleep {
> +	uart1_pins_sleep: uart1-sleep-pins {
>   		pins-rx {
>   			pinmux = <PINMUX_GPIO121__FUNC_GPIO121>;
>   			input-enable;
> @@ -799,14 +799,14 @@ pins-cts {
>   		};
>   	};
>   
> -	wifi_pins_pwrseq: wifi-pins-pwrseq {
> +	wifi_pins_pwrseq: wifi-pwr-pins {
>   		pins-wifi-enable {
>   			pinmux = <PINMUX_GPIO119__FUNC_GPIO119>;
>   			output-low;
>   		};
>   	};
>   
> -	wifi_pins_wakeup: wifi-pins-wakeup {
> +	wifi_pins_wakeup: wifi-wake-pins {
>   		pins-wifi-wakeup {
>   			pinmux = <PINMUX_GPIO113__FUNC_GPIO113>;
>   			input-enable;


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ