Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1615029
| From | Icenowy Zheng <icenowy@aosc.io> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RFC PATCH v2 1/4] dt-bindings: update the Allwinner GPADC device tree binding for H3 |
| Date | 2017-04-03 11:40 +0200 |
| Message-ID | <ts6CR-52F-9@gated-at.bofh.it> (permalink) |
| References | <trO3f-16F-3@gated-at.bofh.it> <trO3f-16F-17@gated-at.bofh.it> <ts6jv-4Wo-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
在 2017年04月03日 17:15, Maxime Ripard 写道: > On Sun, Apr 02, 2017 at 09:33:01PM +0800, Icenowy Zheng wrote: >> Allwinner H3 features a thermal sensor like the one in A33, but has its >> register re-arranged, the clock divider moved to CCU (originally the >> clock divider is in ADC) and added a pair of bus clock and reset. >> >> Update the binding document to cover H3. >> >> Signed-off-by: Icenowy Zheng <icenowy@aosc.io> >> --- >> .../devicetree/bindings/mfd/sun4i-gpadc.txt | 23 ++++++++++++++++++++-- >> 1 file changed, 21 insertions(+), 2 deletions(-) >> >> diff --git a/Documentation/devicetree/bindings/mfd/sun4i-gpadc.txt b/Documentation/devicetree/bindings/mfd/sun4i-gpadc.txt >> index badff3611a98..7753133ca0ff 100644 >> --- a/Documentation/devicetree/bindings/mfd/sun4i-gpadc.txt >> +++ b/Documentation/devicetree/bindings/mfd/sun4i-gpadc.txt >> @@ -4,12 +4,20 @@ The Allwinner SoCs all have an ADC that can also act as a thermal sensor >> and sometimes as a touchscreen controller. >> >> Required properties: >> - - compatible: "allwinner,sun8i-a33-ths", >> + - compatible: must contain one of the following compatibles: >> + - "allwinner,sun8i-a33-ths" >> + - "allwinner,sun8i-h3-ths" >> - reg: mmio address range of the chip, >> - #thermal-sensor-cells: shall be 0, >> - #io-channel-cells: shall be 0, >> >> -Example: >> +Required properties for the following compatibles: >> + - "allwinner,sun8i-h3-ths" >> + - clocks: the bus clock and the input clock of the ADC, >> + - clock-names: should be "bus" and "ths", > > I guess mod instead of ths would be more consistent. In fact I will prefer "sample" here if not "ths", as it's used for the sampling, not like other mod clocks, which controls all the IP block's logic. > > Maxime >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RFC PATCH v2 1/4] dt-bindings: update the Allwinner GPADC device tree binding for H3 Icenowy Zheng <icenowy@aosc.io> - 2017-04-02 15:50 +0200
Re: [RFC PATCH v2 1/4] dt-bindings: update the Allwinner GPADC device tree binding for H3 Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-04-03 11:20 +0200
Re: [RFC PATCH v2 1/4] dt-bindings: update the Allwinner GPADC device tree binding for H3 Icenowy Zheng <icenowy@aosc.io> - 2017-04-03 11:40 +0200
Re: [RFC PATCH v2 1/4] dt-bindings: update the Allwinner GPADC device tree binding for H3 Maxime Ripard <maxime.ripard@free-electrons.com> - 2017-04-04 15:30 +0200
Re: [RFC PATCH v2 1/4] dt-bindings: update the Allwinner GPADC device tree binding for H3 Rob Herring <robh@kernel.org> - 2017-04-04 16:50 +0200
Re: [RFC PATCH v2 1/4] dt-bindings: update the Allwinner GPADC device tree binding for H3 Rob Herring <robh@kernel.org> - 2017-04-05 21:10 +0200
csiph-web