From 8978af5ef662541bc0a5a7722ad6942cd19daed0 Mon Sep 17 00:00:00 2001 From: ChiYuan Huang Date: Thu, 29 Jun 2023 22:29:55 +0800 Subject: [PATCH] regulator: dt-bindings: rt5739: Add compatible for rt5733 Add compatible string for rt5733. Signed-off-by: ChiYuan Huang Acked-by: Rob Herring Link: https://lore.kernel.org/r/1688048996-25606-2-git-send-email-cy_huang@richtek.com Signed-off-by: Mark Brown --- Documentation/devicetree/bindings/regulator/richtek,rt5739.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/regulator/richtek,rt5739.yaml b/Documentation/devicetree/bindings/regulator/richtek,rt5739.yaml index 358297d..e95e046 100644 --- a/Documentation/devicetree/bindings/regulator/richtek,rt5739.yaml +++ b/Documentation/devicetree/bindings/regulator/richtek,rt5739.yaml @@ -21,6 +21,7 @@ allOf: properties: compatible: enum: + - richtek,rt5733 - richtek,rt5739 reg: -- 2.7.4