diff options
author | Stephan Gerhold <stephan@gerhold.net> | 2019-12-19 23:20:46 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2019-12-26 02:10:17 +0300 |
commit | 92ac62e1c3efc87d40ffec3e3626d28a408c508d (patch) | |
tree | 03d952d3405f82c621ab6abd5b9f48eef3078091 /Documentation/devicetree/bindings/arm/ux500.yaml | |
parent | 6299f3002bc1641d0b2533b5ccc6e02833d6caac (diff) | |
download | linux-92ac62e1c3efc87d40ffec3e3626d28a408c508d.tar.xz |
dt-bindings: arm: ux500: Document samsung,golden compatible
The Samsung Galaxy S III mini ("samsung-golden") can now boot
mainline Linux; document the samsung,golden compatible that is
used in its device tree.
Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20191219202052.19039-4-stephan@gerhold.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/arm/ux500.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/ux500.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/ux500.yaml b/Documentation/devicetree/bindings/arm/ux500.yaml index 006cb4a5f331..accaee906050 100644 --- a/Documentation/devicetree/bindings/arm/ux500.yaml +++ b/Documentation/devicetree/bindings/arm/ux500.yaml @@ -29,3 +29,8 @@ properties: items: - const: calaosystems,snowball-a9500 - const: st-ericsson,u9500 + + - description: Samsung Galaxy S III mini (GT-I8190) + items: + - const: samsung,golden + - const: st-ericsson,u8500 |