[PATCH v2] ARM: dts: cubox-i: add support for Broadcom Wifi/Bluetooth devices
Fabio Estevam
festevam at gmail.com
Mon May 11 06:46:10 PDT 2015
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?
oscillator {
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>;
};
};
More information about the linux-arm-kernel
mailing list