mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-12 00:44:01 -04:00
arm64: dts: mediatek: mt8390-genio-common: Fix pcie pinctrl dtbs_check error
Rename pcie pinctrl definition to fix the following dtbs_check error for mt8370-genio-510-evk and mt8390-genio-700-evk devicetree files: ``` pinctrl@10005000: 'pcie-default' does not match any of the regexes: '-pins$', 'pinctrl-[0-9]+' ``` Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20250403-mt8390-genio-common-fix-pcie-dtbs-check-error-v1-1-70d11fc1482e@collabora.com Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
committed by
AngeloGioacchino Del Regno
parent
f19d67bbe6
commit
ec71844817
@@ -501,7 +501,7 @@ &mt6359codec {
|
||||
|
||||
&pcie {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pcie_pins_default>;
|
||||
pinctrl-0 = <&pcie_default_pins>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -874,8 +874,8 @@ pins-rst {
|
||||
};
|
||||
};
|
||||
|
||||
pcie_pins_default: pcie-default {
|
||||
mux {
|
||||
pcie_default_pins: pcie-default-pins {
|
||||
pins {
|
||||
pinmux = <PINMUX_GPIO47__FUNC_I1_WAKEN>,
|
||||
<PINMUX_GPIO48__FUNC_O_PERSTN>,
|
||||
<PINMUX_GPIO49__FUNC_B1_CLKREQN>;
|
||||
|
||||
Reference in New Issue
Block a user