The raspberrypi,firmware property has been documented as required in the
binding but was never actually used in the final version of the binding.
Remove it.
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
compatible:
const: raspberrypi,firmware-clocks
- raspberrypi,firmware:
- $ref: /schemas/types.yaml#/definitions/phandle
- description: >
- Phandle to the mailbox node to communicate with the firmware.
-
required:
- "#clock-cells"
- compatible
- - raspberrypi,firmware
additionalProperties: false
- |
firmware_clocks: firmware-clocks {
compatible = "raspberrypi,firmware-clocks";
- raspberrypi,firmware = <&firmware>;
#clock-cells = <1>;
};