Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1272697
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/3] ARM64: dts: enable clock support for Broadcom NS2 |
| Date | 2015-11-19 01:10 +0100 |
| Message-ID | <qwkXv-1Tf-15@gated-at.bofh.it> (permalink) |
| References | <qwkb7-1kY-7@gated-at.bofh.it> <qwkb7-1kY-5@gated-at.bofh.it> <qwkXv-1Tf-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 18/11/15 16:03, Ray Jui wrote:
>
>
> On 11/18/2015 3:13 PM, Jon Mason wrote:
>> Add device tree entries for clock support for Broadcom Northstar 2 SoC
>>
>> Signed-off-by: Jon Mason <jonmason@broadcom.com>
>> ---
>> arch/arm64/boot/dts/broadcom/ns2.dtsi | 80
>> ++++++++++++++++++++++++++++++++++-
>> 1 file changed, 79 insertions(+), 1 deletion(-)
>>
>> diff --git a/arch/arm64/boot/dts/broadcom/ns2.dtsi
>> b/arch/arm64/boot/dts/broadcom/ns2.dtsi
>> index 9610822..a510d3a 100644
>> --- a/arch/arm64/boot/dts/broadcom/ns2.dtsi
>> +++ b/arch/arm64/boot/dts/broadcom/ns2.dtsi
>> @@ -31,6 +31,7 @@
>> */
>>
>> #include <dt-bindings/interrupt-controller/arm-gic.h>
>> +#include <dt-bindings/clock/bcm-ns2.h>
>>
>> /memreserve/ 0x84b00000 0x00000008;
>>
>> @@ -109,6 +110,33 @@
>> <&A57_3>;
>> };
>>
>> + clocks {
>
> Is this a new convention? That is, group all clocks without a base
> register address in a node named "clocks", but at the same time, put all
> other clocks with base register address under a bus node.
I do not think that is new, lots of platforms do that. The clock
providers/controllers would typically be in the 'bus' nodes because it
has a register interface, while the synthetic clocks would be under
'clocks'.
--
Florian
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 3/3] ARM64: dts: enable clock support for Broadcom NS2 Jon Mason <jonmason@broadcom.com> - 2015-11-19 00:20 +0100
Re: [PATCH 3/3] ARM64: dts: enable clock support for Broadcom NS2 Ray Jui <rjui@broadcom.com> - 2015-11-19 01:10 +0100
Re: [PATCH 3/3] ARM64: dts: enable clock support for Broadcom NS2 Florian Fainelli <f.fainelli@gmail.com> - 2015-11-19 01:10 +0100
Re: [PATCH 3/3] ARM64: dts: enable clock support for Broadcom NS2 Ray Jui <rjui@broadcom.com> - 2015-11-19 01:20 +0100
csiph-web