Re: [PATCH] arm64: dts: ti: am64-phyboard-electra: Add DT overlay for X27 connector

From: Krzysztof Kozlowski
Date: Tue Jan 28 2025 - 04:02:33 EST


On 28/01/2025 09:43, Daniel Schultz wrote:
> Hi,
>
> On 27.01.25 18:24, Krzysztof Kozlowski wrote:
>> On 27/01/2025 07:57, Daniel Schultz wrote:
>>> +&main_spi1 {
>>> + pinctrl-names = "default";
>>> + pinctrl-0 = <&main_spi1_pins_default>;
>>> + ti,pindir-d0-out-d1-in = <1>;
>>> + status = "okay";
>>> +
>>> + spidev@0 {
>>
>> Node names should be generic. See also an explanation and list of
>> examples (not exhaustive) in DT specification:
>> https://devicetree-specification.readthedocs.io/en/latest/chapter2-devicetree-basics.html#generic-names-recommendation
>>
>>
>>> + compatible = "rohm,dh2228fv";
>>
>> That's not the device you have there. You cannot use other compatibles.
>
> I will remove that device for now and see if I can find a supported
> device on Sparkfun or similar, which I can add later.

This sounds like you do not have there any device, so this cannot be
represented in the DTS.

Best regards,
Krzysztof