Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: soc: samsung: exynos-sysreg: add clocks for Exynos850

Exynos850 has dedicated clock for accessing SYSREGs. Allow it, even
though Linux currently does not enable it and relies on bootloader.

Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Link: https://lore.kernel.org/r/20221127123259.20339-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

+17
+17
Documentation/devicetree/bindings/soc/samsung/samsung,exynos-sysreg.yaml
··· 36 36 reg: 37 37 maxItems: 1 38 38 39 + clocks: 40 + maxItems: 1 41 + 39 42 required: 40 43 - compatible 41 44 - reg 45 + 46 + allOf: 47 + - if: 48 + properties: 49 + compatible: 50 + contains: 51 + enum: 52 + - samsung,exynos850-sysreg 53 + then: 54 + required: 55 + - clocks 56 + else: 57 + properties: 58 + clocks: false 42 59 43 60 additionalProperties: false 44 61