2018-03-02 15:46:33

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH v4 0/4] DT: Fix spelling of standard properties

Hi all,

This patch series fixes misspellings of various standard DT properties
in DT binding documentation, DTS files, and examples.
While most of these are harmless, some of them may cause hard-to-debug
failures.

Changes compared to v4:
- Drop patches that have been applied already,
- Add Acked-by.

Changes compared to v3:
- Drop patches that have been applied already,
- Add Acked-by,
- Add new patches 5 and 6.

Changes compared to v2:
- Drop patches that have been applied already,
- Add Rob Herring's Acked-by,
- Add new patch "[PATCH v2 3/6] arm64: dts: lg1313: DT fix
s/#interrupts-cells/#interrupt-cells/".

Please apply where appropriate.

Thanks!

Geert Uytterhoeven (4):
arm64: dts: lg1312: DT fix s/#interrupts-cells/#interrupt-cells/
arm64: dts: lg1313: DT fix s/#interrupts-cells/#interrupt-cells/
dt-bindings: display: amlogic: DT fix s/resets-names/reset-names/
dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/

Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt | 2 +-
Documentation/devicetree/bindings/net/btusb.txt | 2 +-
arch/arm64/boot/dts/lg/lg1312.dtsi | 2 +-
arch/arm64/boot/dts/lg/lg1313.dtsi | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)

--
2.7.4

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds


2018-03-02 15:45:38

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH v4 1/4] arm64: dts: lg1312: DT fix s/#interrupts-cells/#interrupt-cells/

Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Rob Herring <[email protected]>
Acked-by: Chanho Min <[email protected]>
---
v3:
- Add Acked-by,

v2:
- Add Acked-by,
- Rebased.
---
arch/arm64/boot/dts/lg/lg1312.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/lg/lg1312.dtsi b/arch/arm64/boot/dts/lg/lg1312.dtsi
index 860c8fb10795011f..052c8a1906ae737e 100644
--- a/arch/arm64/boot/dts/lg/lg1312.dtsi
+++ b/arch/arm64/boot/dts/lg/lg1312.dtsi
@@ -124,7 +124,7 @@
amba {
#address-cells = <2>;
#size-cells = <1>;
- #interrupts-cells = <3>;
+ #interrupt-cells = <3>;

compatible = "simple-bus";
interrupt-parent = <&gic>;
--
2.7.4


2018-03-02 15:47:56

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH v4 4/4] dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/

Fixes: fd913ef7ce619467 ("Bluetooth: btusb: Add out-of-band wakeup support")
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Rob Herring <[email protected]>
---
v4:
- Add Acked-by,

v3:
- New.
---
Documentation/devicetree/bindings/net/btusb.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/btusb.txt b/Documentation/devicetree/bindings/net/btusb.txt
index 9c5e663fa1afccaf..828a04695e1be517 100644
--- a/Documentation/devicetree/bindings/net/btusb.txt
+++ b/Documentation/devicetree/bindings/net/btusb.txt
@@ -36,7 +36,7 @@ Following example uses irq pin number 3 of gpio0 for out of band wake-on-bt:
compatible = "usb1286,204e";
reg = <1>;
interrupt-parent = <&gpio0>;
- interrupt-name = "wakeup";
+ interrupt-names = "wakeup";
interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
};
};
--
2.7.4


2018-03-02 15:55:02

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH v4 3/4] dt-bindings: display: amlogic: DT fix s/resets-names/reset-names/

On 02/03/2018 14:56, Geert Uytterhoeven wrote:
> Fixes: 8cceda5349377e30 ("dt-bindings: Add bindings for the Amlogic Meson dw-hdmi extension")
> Signed-off-by: Geert Uytterhoeven <[email protected]>
> Acked-by: Rob Herring <[email protected]>
> ---
> v4:
> - Add Acked-by,
>
> v3:
> - New.
> ---
> Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
> index bf4a18047309a5f8..d8f6268849f43621 100644
> --- a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
> +++ b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
> @@ -43,7 +43,7 @@ Required properties:
> and the Amlogic Meson venci clocks as described in
> Documentation/devicetree/bindings/clock/clock-bindings.txt,
> the clocks are soc specific, the clock-names should be "iahb", "isfr", "venci"
> -- resets, resets-names: must have the phandles to the HDMI apb, glue and phy
> +- resets, reset-names: must have the phandles to the HDMI apb, glue and phy
> resets as described in :
> Documentation/devicetree/bindings/reset/reset.txt,
> the reset-names should be "hdmitx_apb", "hdmitx", "hdmitx_phy"
>

Acked-by: Neil Armstrong <[email protected]>

2018-03-02 19:05:46

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH v4 2/4] arm64: dts: lg1313: DT fix s/#interrupts-cells/#interrupt-cells/

Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Chanho Min <[email protected]>
---
v3:
- Add Acked-by,

v2:
- New.
---
arch/arm64/boot/dts/lg/lg1313.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/lg/lg1313.dtsi b/arch/arm64/boot/dts/lg/lg1313.dtsi
index 1887af654a7db966..fb1f5252977da967 100644
--- a/arch/arm64/boot/dts/lg/lg1313.dtsi
+++ b/arch/arm64/boot/dts/lg/lg1313.dtsi
@@ -124,7 +124,7 @@
amba {
#address-cells = <2>;
#size-cells = <1>;
- #interrupts-cells = <3>;
+ #interrupt-cells = <3>;

compatible = "simple-bus";
interrupt-parent = <&gic>;
--
2.7.4


2018-03-02 23:08:59

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH v4 3/4] dt-bindings: display: amlogic: DT fix s/resets-names/reset-names/

Fixes: 8cceda5349377e30 ("dt-bindings: Add bindings for the Amlogic Meson dw-hdmi extension")
Signed-off-by: Geert Uytterhoeven <[email protected]>
Acked-by: Rob Herring <[email protected]>
---
v4:
- Add Acked-by,

v3:
- New.
---
Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
index bf4a18047309a5f8..d8f6268849f43621 100644
--- a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
+++ b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt
@@ -43,7 +43,7 @@ Required properties:
and the Amlogic Meson venci clocks as described in
Documentation/devicetree/bindings/clock/clock-bindings.txt,
the clocks are soc specific, the clock-names should be "iahb", "isfr", "venci"
-- resets, resets-names: must have the phandles to the HDMI apb, glue and phy
+- resets, reset-names: must have the phandles to the HDMI apb, glue and phy
resets as described in :
Documentation/devicetree/bindings/reset/reset.txt,
the reset-names should be "hdmitx_apb", "hdmitx", "hdmitx_phy"
--
2.7.4