File tree Expand file tree Collapse file tree
Documentation/devicetree/bindings/mfd Expand file tree Collapse file tree Original file line number Diff line number Diff 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-
2218The 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
Original file line number Diff line number Diff line change 318318 qspi: spi@f0014000 {
319319 compatible = "microchip,sam9x7-ospi";
320320 #address-cells = <1>;
321- #size-cells = <1 >;
321+ #size-cells = <0 >;
322322 reg = <0xf0014000 0x100>, <0x60000000 0x20000000>;
323323 reg-names = "qspi_base", "qspi_mmap";
324324 interrupts = <35 IRQ_TYPE_LEVEL_HIGH 7>;
You can’t perform that action at this time.
0 commit comments