dt-bindings: rtc: qcom-pm8xxx: document qcom,pm8921-rtc as fallback of qcom,pm8018-rtc
The PM8018 RTC is used as compatible with PM8921 RTC on the MDM9615, document this situation. Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20220928-mdm9615-dt-schema-fixes-v5-1-bbb120c6766a@linaro.org Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
parent
9800f24f7b
commit
f2fa14b0b5
|
@ -11,12 +11,16 @@ maintainers:
|
||||||
|
|
||||||
properties:
|
properties:
|
||||||
compatible:
|
compatible:
|
||||||
enum:
|
oneOf:
|
||||||
- qcom,pm8058-rtc
|
- enum:
|
||||||
- qcom,pm8921-rtc
|
- qcom,pm8058-rtc
|
||||||
- qcom,pm8941-rtc
|
- qcom,pm8921-rtc
|
||||||
- qcom,pm8018-rtc
|
- qcom,pm8941-rtc
|
||||||
- qcom,pmk8350-rtc
|
- qcom,pmk8350-rtc
|
||||||
|
- items:
|
||||||
|
- enum:
|
||||||
|
- qcom,pm8018-rtc
|
||||||
|
- const: qcom,pm8921-rtc
|
||||||
|
|
||||||
reg:
|
reg:
|
||||||
minItems: 1
|
minItems: 1
|
||||||
|
|
Loading…
Reference in New Issue