Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: clk: microchip: mpfs: add reset controller support

The "peripheral" devices on PolarFire SoC can be put into reset, so
update the device tree binding to reflect the presence of a reset
controller.

Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Daire McNamara <daire.mcnamara@microchip.com>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220909123123.2699583-4-conor.dooley@microchip.com

authored by

Conor Dooley and committed by
Claudiu Beznea
89b16523 05d27090

+15 -2
+15 -2
Documentation/devicetree/bindings/clock/microchip,mpfs.yaml
··· 40 40 const: 1 41 41 description: | 42 42 The clock consumer should specify the desired clock by having the clock 43 - ID in its "clocks" phandle cell. See include/dt-bindings/clock/microchip,mpfs-clock.h 44 - for the full list of PolarFire clock IDs. 43 + ID in its "clocks" phandle cell. 44 + See include/dt-bindings/clock/microchip,mpfs-clock.h for the full list of 45 + PolarFire clock IDs. 46 + 47 + resets: 48 + maxItems: 1 49 + 50 + '#reset-cells': 51 + description: 52 + The AHB/AXI peripherals on the PolarFire SoC have reset support, so from 53 + CLK_ENVM to CLK_CFM. The reset consumer should specify the desired 54 + peripheral via the clock ID in its "resets" phandle cell. 55 + See include/dt-bindings/clock/microchip,mpfs-clock.h for the full list of 56 + PolarFire clock IDs. 57 + const: 1 45 58 46 59 required: 47 60 - compatible