Message ID | 20220726115841.101249-1-krzysztof.kozlowski@linaro.org |
---|---|
State | Accepted |
Commit | d07ae9004f18f06a8c9c0c3470daa49dd6b56bb9 |
Headers | show |
Series | [1/4] dt-bindings: soc: bcm: drop quotes when not needed | expand |
On 26.07.2022 14:58, Krzysztof Kozlowski wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > Absolute path to other DT schema is preferred over relative one. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> > --- > .../devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml b/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml > index 2f8cf6191812..33748a061898 100644 > --- a/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml > +++ b/Documentation/devicetree/bindings/soc/microchip/atmel,at91rm9200-tcb.yaml > @@ -75,7 +75,7 @@ patternProperties: > > "^pwm@[0-2]$": > description: The timer block channels that are used as PWMs. > - $ref: ../../pwm/pwm.yaml# > + $ref: /schemas/pwm/pwm.yaml# > type: object > properties: > compatible: > -- > 2.34.1 >
On 7/26/22 04:58, Krzysztof Kozlowski wrote: > Absolute path to other DT schema is preferred over relative one. > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Are you applying those patches or do you want the SoC maintainer to do that?
diff --git a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml index 894786640938..a6e8018084c6 100644 --- a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml +++ b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml @@ -1,8 +1,8 @@ # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause %YAML 1.2 --- -$id: "http://devicetree.org/schemas/soc/bcm/brcm,bcm2835-pm.yaml#" -$schema: "http://devicetree.org/meta-schemas/core.yaml#" +$id: http://devicetree.org/schemas/soc/bcm/brcm,bcm2835-pm.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# title: BCM2835 PM (Power domains, watchdog)
Id and schema fields do not need quotes. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- .../devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)