Message ID | 20231118111418.979681-2-pavel@loebl.cz |
---|---|
State | New |
Headers | show |
Series | [1/3] ARM: dts: sunxi: remove duplicated entries in makefile | expand |
On 20/11/2023 23:10, Pavel Löbl wrote: > On Mon, 20 Nov 2023 10:16:55 +0100 > Krzysztof Kozlowski <krzk@kernel.org> wrote: > >> On 18/11/2023 12:14, Pavel Löbl wrote: >>> Document binding for Banana Pi P2 Zero v1.1. >>> >>> Signed-off-by: Pavel Löbl <pavel@loebl.cz> >>> --- >>> Documentation/devicetree/bindings/arm/sunxi.yaml | 6 ++++++ >> >> Please use scripts/get_maintainers.pl to get a list of necessary >> people and lists to CC (and consider --no-git-fallback argument). It >> might happen, that command when run on an older kernel, gives you >> outdated entries. Therefore please be sure you base your patches on >> recent Linux kernel. > That's what I did using next-20231117 kernel source, without > --no-git-fallback argument though. The output seemed a bit long so I > have not included every line in CC. So you are saying I should address > more people next time? Yes, because why do you decide to skip some maintainers? > > Also it's not clear to me what should go to Cc: and what should go to > To: when submitting. Looking at the list there does not seem to be a > rule. Doesn't matter. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml index 11c5ce941dd7..f3c0511cc133 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -141,6 +141,12 @@ properties: - const: sinovoip,bananapi-m64 - const: allwinner,sun50i-a64 + - description: BananaPi P2 Zero v1.1 + items: + - const: sinovoip,bananapi-p2-zero-v1.1 + - const: sinovoip,bananapi-p2-zero + - const: allwinner,sun8i-h2-plus + - description: BananaPro items: - const: lemaker,bananapro
Document binding for Banana Pi P2 Zero v1.1. Signed-off-by: Pavel Löbl <pavel@loebl.cz> --- Documentation/devicetree/bindings/arm/sunxi.yaml | 6 ++++++ 1 file changed, 6 insertions(+)