Re: [linux-sunxi] [PATCH 1/3] dt-bindings: Add compatible for H6 RTC

2019-08-05 Thread Chen-Yu Tsai
On Fri, Apr 12, 2019 at 8:07 PM megous via linux-sunxi wrote: > > From: Ondrej Jirman > > RTC on H6 is similar to the one on H5 SoC, but incompatible in small > details. See the driver for description of differences. For example > H6 RTC needs to enable the external low speed oscillator. Add new

[linux-sunxi] [PATCH 1/3] dt-bindings: Add compatible for H6 RTC

2019-04-12 Thread megous via linux-sunxi
From: Ondrej Jirman RTC on H6 is similar to the one on H5 SoC, but incompatible in small details. See the driver for description of differences. For example H6 RTC needs to enable the external low speed oscillator. Add new compatible for this RTC. Signed-off-by: Ondrej Jirman ---