bcm27xx: switch to 5.15
[openwrt/staging/chunkeey.git] / target / linux / bcm27xx / patches-5.10 / 950-0661-dt-bindings-clk-raspberrypi-Remove-unused-property.patch
1 From 821ca0c791f1e7dbee2b6121acb04f71e6d81168 Mon Sep 17 00:00:00 2001
2 From: Maxime Ripard <maxime@cerno.tech>
3 Date: Wed, 23 Jun 2021 11:47:38 +0200
4 Subject: [PATCH] dt-bindings: clk: raspberrypi: Remove unused property
5
6 The raspberrypi,firmware property has been documented as required in the
7 binding but was never actually used in the final version of the binding.
8 Remove it.
9
10 Signed-off-by: Maxime Ripard <maxime@cerno.tech>
11 ---
12 .../bindings/clock/raspberrypi,firmware-clocks.yaml | 7 -------
13 1 file changed, 7 deletions(-)
14
15 --- a/Documentation/devicetree/bindings/clock/raspberrypi,firmware-clocks.yaml
16 +++ b/Documentation/devicetree/bindings/clock/raspberrypi,firmware-clocks.yaml
17 @@ -16,15 +16,9 @@ properties:
18 compatible:
19 const: raspberrypi,firmware-clocks
20
21 - raspberrypi,firmware:
22 - $ref: /schemas/types.yaml#/definitions/phandle
23 - description: >
24 - Phandle to the mailbox node to communicate with the firmware.
25 -
26 required:
27 - "#clock-cells"
28 - compatible
29 - - raspberrypi,firmware
30
31 additionalProperties: false
32
33 @@ -32,7 +26,6 @@ examples:
34 - |
35 firmware_clocks: firmware-clocks {
36 compatible = "raspberrypi,firmware-clocks";
37 - raspberrypi,firmware = <&firmware>;
38 #clock-cells = <1>;
39 };
40