Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: DS1307 on NetBSD 9 RPI2 and RPI3
> On Apr 23, 2020, at 12:55 PM, Brad Spencer <brad%anduin.eldar.org@localhost> wrote:
>
> Well, it would have been a hold over from the previous way this all
> worked, so:
>
> dsrtc* at iic2 addr 0x68 flags 1307
It's failing because the parent doesn't match your config file. This is all much easier with the device tree way... kernel config file can say:
dsrtc* at iic? addr ?
Address comes from the DT, and so does the device type (via the "compatible" string).
-- thorpej
Home |
Main Index |
Thread Index |
Old Index