Skip to content

Commit 4fe742a

Browse files
committed
Merge branch 'linux-6.1-trunk/at91/dt' into linux-6.1-mchp
2 parents 18c813e + 881c958 commit 4fe742a

2 files changed

Lines changed: 2 additions & 6 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

arch/arm/boot/dts/sam9x7.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@
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>;

0 commit comments

Comments
 (0)