Re: [PATCH v3 02/25] dt-bindings: clock: Add a binding for the RPi Firmware clocks
From: Maxime Ripard <hidden>
Date: 2020-05-30 16:23:49
Also in:
linux-clk, linux-devicetree, lkml
From: Maxime Ripard <hidden>
Date: 2020-05-30 16:23:49
Also in:
linux-clk, linux-devicetree, lkml
Hi Stephen, Thanks for your review :) On Fri, May 29, 2020 at 02:17:16PM -0700, Stephen Boyd wrote:
quoted
+ "#clock-cells": + const: 1 + description: >Just curious if this is the same as the | syntax? I haven't seen this used before.
It differs on how it keeps the formatting of text below. | will keep the formatting as is, > will leave the formatting to whatever is going to use it. Maxime