[PATCH v2] ARM: dts: cubox-i: add support for Broadcom Wifi/Bluetooth devices
Fabio Estevam
festevam at gmail.com
Mon May 11 07:15:33 PDT 2015
On Mon, May 11, 2015 at 10:46 AM, Fabio Estevam <festevam at gmail.com> wrote:
> Hi Shawn,
>
> On Mon, May 11, 2015 at 10:00 AM, Shawn Guo <shawn.guo at linaro.org> wrote:
>
>> One of the device tree maintainers doesn't like "clocks" container.
>> Since you're not using generic node name for child clock, the container
>> can just be saved.
>
> Just to make sure I understand your suggestion: would you like the
> clock nodes to look like this?
I think I got it. Do you mean like this?
#include <dt-bindings/gpio/gpio.h>
/ {
clk_sdio: sdio-clock {
compatible = "gpio-gate-clock";
#clock-cells = <0>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_microsom_brcm_osc>;
enable-gpios = <&gpio5 5 GPIO_ACTIVE_HIGH>;
};
regulators {
compatible = "simple-bus";
More information about the linux-arm-kernel
mailing list