Skip to content

Commit edef494

Browse files
author
Dharma Balasubiramani
committed
dt-bindings: mfd: update the clock bindings for atmel-hlcdc
Adjust the clock-names property to clarify that either sys_clk or lvds_pll_clk is expected along with the slow_clk and periph_clk. This alignment with the actual hardware requirements will enable accurate device tree configuration for systems using the HLCDC IP, better guiding developers and maintainers to correctly specify the clock configuration for proper device operation. Fixes: 981c1c5 ("dt-bindings: mfd: Add bindings for SAM9X75 LCD controller") Signed-off-by: Dharma Balasubiramani <dharma.b@microchip.com>
1 parent 193e132 commit edef494

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Documentation/devicetree/bindings/mfd/atmel-hlcdc.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,10 @@ Required properties:
1111
"microchip,sam9x75-xlcdc"
1212
- reg: base address and size of the HLCDC device registers.
1313
- clock-names: the name of the 3 clocks requested by the HLCDC device.
14-
Should contain "periph_clk", "sys_clk" and "slow_clk".
14+
Should contain "periph_clk", "sys_clk" or "lvds_pll_clk" and "slow_clk".
1515
- clocks: should contain the 3 clocks requested by the HLCDC device.
1616
- interrupts: should contain the description of the HLCDC interrupt line
1717

18-
Optional properties:
19-
- clocks: should contain the LVDS PLL clock requested by the HLCDC device.
20-
- clock-names: must be "lvds_pll_clk" requested by the HLCDC device.
21-
2218
The HLCDC IP exposes two subdevices:
2319
- a PWM chip: see ../pwm/atmel-hlcdc-pwm.txt
2420
- a Display Controller: see ../display/atmel/hlcdc-dc.txt

0 commit comments

Comments
 (0)