diff options
author | Icenowy Zheng <icenowy@aosc.io> | 2020-12-24 10:41:38 +0800 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-01-06 17:49:59 +0100 |
commit | bdb574e592bcf5f7fe17d0173464327fc08ded5b (patch) | |
tree | f249e20ed5cba4c770b765fbaa42b6433a10fff7 | |
parent | 7fa40ca7ef61926009f05df38802fe1fb6f0a20a (diff) | |
download | lwn-bdb574e592bcf5f7fe17d0173464327fc08ded5b.tar.gz lwn-bdb574e592bcf5f7fe17d0173464327fc08ded5b.zip |
dt-bindings: arm: sunxi: document orig PineTab DT as sample
As the original PineTab DT (which uses sun50i-a64-pinetab name) is only
for development samples, document this.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Link: https://lore.kernel.org/r/20201224024138.19422-1-icenowy@aosc.io
-rw-r--r-- | Documentation/devicetree/bindings/arm/sunxi.yaml | 2 | ||||
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index 8ab0d79dd44e..42a4d01077f0 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -695,7 +695,7 @@ properties: - const: pine64,pinephone-1.2 - const: allwinner,sun50i-a64 - - description: Pine64 PineTab + - description: Pine64 PineTab, Development Sample items: - const: pine64,pinetab - const: allwinner,sun50i-a64 diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts index 0494bfaf2ffa..422a8507f674 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinetab.dts @@ -14,7 +14,7 @@ #include <dt-bindings/pwm/pwm.h> / { - model = "PineTab"; + model = "PineTab, Development Sample"; compatible = "pine64,pinetab", "allwinner,sun50i-a64"; aliases { |