Re: [PATCH v2 6/7] arm64: dts: qcom: sm8150: Add pcie nodes for SM8150
From: Bjorn Helgaas
Date: Tue Mar 01 2022 - 19:07:41 EST
In subject, s/pcie/PCIe/
Since the subject already mentions "sm8150:", maybe the "for SM8150"
is superfluous?
On Tue, Mar 01, 2022 at 12:55:10PM +0530, Bhupesh Sharma wrote:
> Add nodes for the two PCIe controllers founds on the
> SM8150 SoC.
s/founds/found/
Rewrap to fill 75 columns.
> + interrupt-map = <0 0 0 1 &intc 0 149 IRQ_TYPE_LEVEL_HIGH>, /* int_a */
> + <0 0 0 2 &intc 0 150 IRQ_TYPE_LEVEL_HIGH>, /* int_b */
> + <0 0 0 3 &intc 0 151 IRQ_TYPE_LEVEL_HIGH>, /* int_c */
> + <0 0 0 4 &intc 0 152 IRQ_TYPE_LEVEL_HIGH>; /* int_d */
Personally I would use INTA, INTB, etc in the comments to match the
PCI spec usage, but grep says that's a minority view.