Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1417868
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 1/2] i2c: qup: add ACPI support |
| Date | 2016-06-08 23:10 +0200 |
| Message-ID | <rHSTD-5lV-7@gated-at.bofh.it> (permalink) |
| References | <rHQoO-3FC-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wednesday, June 8, 2016 12:19:44 PM CEST Austin Christ wrote:
> + ret = device_property_read_u32(qup->dev,
> + "src-clock-hz", &src_clk_freq);
> + if (ret) {
> + dev_warn(qup->dev, "using default src-clock-hz %d",
> + DEFAULT_SRC_CLK);
> + src_clk_freq = DEFAULT_SRC_CLK;
> + }
>
Where is this property documented?
Arnd
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v4 1/2] i2c: qup: add ACPI support Austin Christ <austinwc@codeaurora.org> - 2016-06-08 20:30 +0200 [PATCH v4 2/2] i2c: qup: support SMBus block read Austin Christ <austinwc@codeaurora.org> - 2016-06-08 20:30 +0200 Re: [PATCH v4 1/2] i2c: qup: add ACPI support Arnd Bergmann <arnd@arndb.de> - 2016-06-08 23:10 +0200
csiph-web