From: Jay Buddhabhatti <jay.buddhabhatti@xxxxxxxxxx> Correct firmware node name and compatible string in versal clock dt-bindings. Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti@xxxxxxxxxx> Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xxxxxxx> --- Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml b/Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml index 229af98b1d30..4bbf96484b56 100644 --- a/Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml +++ b/Documentation/devicetree/bindings/clock/xlnx,versal-clk.yaml @@ -50,8 +50,8 @@ additionalProperties: false examples: - | firmware { - zynqmp_firmware: zynqmp-firmware { - compatible = "xlnx,zynqmp-firmware"; + versal_firmware: versal-firmware { + compatible = "xlnx,versal-firmware"; method = "smc"; versal_clk: clock-controller { #clock-cells = <1>; -- 2.17.1