mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 15:19:26 -04:00
arm64: dts: mediatek: mt8390-genio-700-evk: enable pcie
Enable PCIE, PCIEPHY and related Pinctrls for mt8390-genio-700-evk board. Signed-off-by: Macpaul Lin <macpaul.lin@mediatek.com> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20241007100749.6657-1-macpaul.lin@mediatek.com Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
This commit is contained in:
committed by
AngeloGioacchino Del Regno
parent
edbde4923f
commit
f3bd7a71d3
@@ -366,6 +366,16 @@ &mt6359codec {
|
||||
mediatek,mic-type-1 = <3>; /* DCC */
|
||||
};
|
||||
|
||||
&pcie {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pcie_pins_default>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pciephy {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pio {
|
||||
audio_default_pins: audio-default-pins {
|
||||
pins-cmd-dat {
|
||||
@@ -731,6 +741,15 @@ pins-rst {
|
||||
};
|
||||
};
|
||||
|
||||
pcie_pins_default: pcie-default {
|
||||
mux {
|
||||
pinmux = <PINMUX_GPIO47__FUNC_I1_WAKEN>,
|
||||
<PINMUX_GPIO48__FUNC_O_PERSTN>,
|
||||
<PINMUX_GPIO49__FUNC_B1_CLKREQN>;
|
||||
bias-pull-up;
|
||||
};
|
||||
};
|
||||
|
||||
rt1715_int_pins: rt1715-int-pins {
|
||||
pins_cmd0_dat {
|
||||
pinmux = <PINMUX_GPIO12__FUNC_B_GPIO12>;
|
||||
|
||||
Reference in New Issue
Block a user