[PATCH v5 3/3] ARM: bcm2835: Add DT for the firmware clocks driver.
From: lee@kernel.org (Lee Jones)
Date: 2015-08-27 10:49:04
Also in:
linux-clk, linux-devicetree, lkml
From: lee@kernel.org (Lee Jones)
Date: 2015-08-27 10:49:04
Also in:
linux-clk, linux-devicetree, lkml
On Fri, 14 Aug 2015, Stephen Warren wrote:
On 08/13/2015 05:05 PM, Eric Anholt wrote:quoted
Signed-off-by: Eric Anholt <redacted> Acked-by: Lee Jones <lee@kernel.org>A patch description might be nice, although admittedly the subject seems clear enough.
Agreed that the subject is clear enough on this occasion.
quoted
diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsiquoted
+ firmware_clocks: firmware-clocks { + compatible = "raspberrypi,bcm2835-firmware-clocks"; + #clock-cells = <1>; + raspberrypi,firmware = <&firmware>; + };No need to resend for this, but just a background note: DT node names usually contain a device type not a device identity, so "clocks" not "firmware-clocks" would be typical.
Please fix this up when you re-send the set.
This patch, Acked-by: Stephen Warren <redacted>