Quoting Prasad Malisetty (2021-09-14 11:19:09) > Enable PCIe controller and PHY for sc7280 IDP board. > Add specific NVMe GPIO entries for SKU1 and SKU2 support. > > Signed-off-by: Prasad Malisetty <pmaliset@xxxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sc7280-idp.dts | 9 +++++++++ > arch/arm64/boot/dts/qcom/sc7280-idp.dtsi | 32 ++++++++++++++++++++++++++++++++ > arch/arm64/boot/dts/qcom/sc7280-idp2.dts | 9 +++++++++ > 3 files changed, 50 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp.dts b/arch/arm64/boot/dts/qcom/sc7280-idp.dts > index 64fc22a..2cc6b0a 100644 > --- a/arch/arm64/boot/dts/qcom/sc7280-idp.dts > +++ b/arch/arm64/boot/dts/qcom/sc7280-idp.dts > @@ -61,6 +61,15 @@ > modem-init; > }; > > +&pcie1_default_state { > + nvme-n { > + pins = "gpio19"; > + function = "gpio"; > + > + bias-pull-up; > + }; I don't think the style is to have a single container node anymore. Instead, each pin gets a different node and then pinctrl-0 has a list of phandles to the different nodes. qcom maintainers may have more input here. Also, this should really go into a different section than here. I thought the style was to have a 'board specific' pinctrl section. > +}; > + > &pmk8350_vadc { > pmr735a_die_temp { > reg = <PMR735A_ADC7_DIE_TEMP>;