Message ID | 20220726115841.101249-2-krzysztof.kozlowski@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 47d8f8b78b9b42e9817feeb75bbf758f2a3cbff8 |
Headers | show |
Series | [1/4] dt-bindings: soc: bcm: drop quotes when not needed | expand |
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?
On 26/07/2022 17:59, Florian Fainelli wrote: > 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? The best if you (SoC maintainer) would pick them up. If you cannot or it is too late for this, maybe arm-soc could grab them (already Cced). Best regards, Krzysztof
On 7/26/22 10:31, Krzysztof Kozlowski wrote: > On 26/07/2022 17:59, Florian Fainelli wrote: >> 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? > > The best if you (SoC maintainer) would pick them up. If you cannot or > it is too late for this, maybe arm-soc could grab them (already Cced). Arnd ended up picking up patches 1 and 2, FWIW.
diff --git a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml index a6e8018084c6..e28ef198a801 100644 --- a/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml +++ b/Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml @@ -14,7 +14,7 @@ maintainers: - Nicolas Saenz Julienne <nsaenz@kernel.org> allOf: - - $ref: ../../watchdog/watchdog.yaml# + - $ref: /schemas/watchdog/watchdog.yaml# properties: compatible:
Absolute path to other DT schema is preferred over relative one. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- Documentation/devicetree/bindings/soc/bcm/brcm,bcm2835-pm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)