Prepare to use devices on the external SPI interface
on a DH electronics Development Board.
Signed-off-by: Christoph Niedermaier <[email protected]>
---
drivers/spi/spidev.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c
index b0c76e2626ce..61ec1dce557f 100644
--- a/drivers/spi/spidev.c
+++ b/drivers/spi/spidev.c
@@ -670,6 +670,7 @@ static const struct of_device_id spidev_dt_ids[] = {
{ .compatible = "ge,achc" },
{ .compatible = "semtech,sx1301" },
{ .compatible = "lwn,bk4" },
+ { .compatible = "dh,dhcom-board" },
{},
};
MODULE_DEVICE_TABLE(of, spidev_dt_ids);
--
2.11.0
Hi Christoph,
It seems that the [Klartext] string is added in the Subject by mistake?
On Thu, May 16, 2019 at 8:23 AM Christoph Niedermaier
<[email protected]> wrote:
>
> Prepare to use devices on the external SPI interface
> on a DH electronics Development Board.
>
> Signed-off-by: Christoph Niedermaier <[email protected]>
Hi Fabio,
From: Fabio Estevam <[email protected]>
Sent: Thursday 16th May 2019 13:29
> Hi Christoph,
>
> It seems that the [Klartext] string is added in the Subject by mistake?
>
You are right, it has something do to with encryption on our mailing server.
I am in contact with our IT department to fix this issue.
Should I resend the patch when this issue is fixed?
Regards,
Christoph
On Thu, May 16, 2019 at 12:48:10PM +0000, Christoph Niedermaier wrote:
> You are right, it has something do to with encryption on our mailing server.
> I am in contact with our IT department to fix this issue.
> Should I resend the patch when this issue is fixed?
This is already the second time you sent it today, the other time didn't
have this problem.
From: Mark Brown <[email protected]>
Sent: Thursday 16th May 2019 18:20
>
> On Thu, May 16, 2019 at 12:48:10PM +0000, Christoph Niedermaier wrote:
>
> > You are right, it has something do to with encryption on our mailing server.
> > I am in contact with our IT department to fix this issue.
> > Should I resend the patch when this issue is fixed?
>
> This is already the second time you sent it today, the other time didn't
> have this problem.
>
Thanks for the info, but unfortunately only the email with "[Klartext]" went to the mailing list.
Regards,
Christoph