From: Maud Spierings | GOcontroll <maudspierings@gocontroll.com>
To: Frank Li <Frank.li@nxp.com>
Cc: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"imx@lists.linux.dev" <imx@lists.linux.dev>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH v5 6/8] arm64: dts: freescale: Add the GOcontroll Moduline Display baseboard
Date: Wed, 16 Apr 2025 09:06:39 +0000 [thread overview]
Message-ID: <78d30ba1-a4fd-41a8-967a-97252cc2ac7a@gocontroll.com> (raw)
In-Reply-To: <Z/6sWD949qKeahtc@lizhi-Precision-Tower-5810>
On 4/15/25 20:58, Frank Li wrote:
> On Tue, Apr 15, 2025 at 08:54:29AM +0200, Maud Spierings via B4 Relay wrote:
>> From: Maud Spierings <maudspierings@gocontroll.com>
>>
>> The Moduline Display platform is a part of the wider GOcontroll Moduline
>> ecosystem. These are embedded controllers that focus on modularity with
>> their swappable IO modules.
>>
>> The base Moduline Display board includes a board-to-board connector with
>> various busses to enable adding new display types required by the
>> application. It includes 2 Moduline IO module slots, a simple mono
>> codec/amplifier, a four channel adc, 2 CAN busses, an RTC and optional
>> wifi/bluetooth.
>>
>> busses to the display adapter include:
>> - 4 lane LVDS
>> - 4 lane MIPI-DSI
>> - 4 lane MIPI-CSI
>> - HDMI 2.0a
>> - USB 2.0
>> - I2S
>> - I2C
>> - SPI
>>
>> Also a couple of GPIO and PWM pins for controlling various ICs on the
>> display adapter board.
>>
>> Signed-off-by: Maud Spierings <maudspierings@gocontroll.com>
>> ---
[...]
>> +
>> +&ecspi1 {
>> + cs-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>,
>> + <&gpio1 11 GPIO_ACTIVE_LOW>,
>> + <&gpio1 10 GPIO_ACTIVE_LOW>;
>
> indention mess!
I'm not really sure how to resolve this correctly, currently the next
lines have three tabs and three spaces, which lines up which tab = 4
spaces but that is not the case for everyone.
I just saw two other ways this was done:
4 tabs (doesn't line up at all)
2 tabs and 3 spaces (doesn't line up for tab = 4 spaces but does for tab
= 8 spaces
Another way I thought is 1 tab and 11 spaces which lines up for all
cases, but excessive amount of spaces.
> Frank
--
Met vriendelijke groeten/with kind regards,
Maud Spierings
next prev parent reply other threads:[~2025-04-16 10:31 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-15 6:54 [PATCH v5 0/8] arm64: dts: freescale: Add support for the GOcontroll Moduline Display Maud Spierings via B4 Relay
2025-04-15 6:54 ` [PATCH v5 1/8] dt-bindings: arm: fsl: Add " Maud Spierings via B4 Relay
2025-04-15 6:54 ` [PATCH v5 2/8] arm64: dts: imx8mp: Add pinctrl config definitions Maud Spierings via B4 Relay
2025-04-15 6:54 ` [PATCH v5 3/8] MAINTAINERS: add maintainer for the Ka-Ro tx8p-ml81 COM module Maud Spierings via B4 Relay
2025-04-15 6:54 ` [PATCH v5 4/8] MAINTAINERS: add maintainer for the GOcontroll Moduline controllers Maud Spierings via B4 Relay
2025-04-15 6:54 ` [PATCH v5 5/8] arm64: dts: freescale: add Ka-Ro Electronics tx8p-ml81 COM Maud Spierings via B4 Relay
2025-04-15 18:53 ` Frank Li
2025-04-15 18:56 ` Fabio Estevam
2025-04-16 8:50 ` Maud Spierings | GOcontroll
2025-04-15 6:54 ` [PATCH v5 6/8] arm64: dts: freescale: Add the GOcontroll Moduline Display baseboard Maud Spierings via B4 Relay
2025-04-15 18:58 ` Frank Li
2025-04-16 9:06 ` Maud Spierings | GOcontroll [this message]
2025-04-16 14:39 ` Frank Li
2025-04-15 6:54 ` [PATCH v5 7/8] arm64: dts: freescale: Add the BOE av101hdt-a10 variant of the Moduline Display Maud Spierings via B4 Relay
2025-04-15 19:00 ` Frank Li
2025-04-15 6:54 ` [PATCH v5 8/8] arm64: dts: freescale: Add the BOE av123z7m-n17 " Maud Spierings via B4 Relay
2025-04-15 17:11 ` [PATCH v5 0/8] arm64: dts: freescale: Add support for the GOcontroll " Rob Herring (Arm)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=78d30ba1-a4fd-41a8-967a-97252cc2ac7a@gocontroll.com \
--to=maudspierings@gocontroll.com \
--cc=Frank.li@nxp.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox