Re: [PATCH 12/20] ARM: dts: sun4i: Remove underscores from nodes names

From: Chen-Yu Tsai
Date: Thu Oct 05 2017 - 11:50:18 EST


On Thu, Oct 5, 2017 at 6:49 PM, Maxime Ripard
<maxime.ripard@xxxxxxxxxxxxxxxxxx> wrote:
> Some GPIO pinctrl nodes cannot be easily removed, because they would also
> change the pin configuration, for example to add a pull resistor or change
> the current delivered by the pin.
>
> Those nodes still have underscores and unit-addresses in their node names
> in our DTs, so adjust their name to remove the warnings.
>
> Signed-off-by: Maxime Ripard <maxime.ripard@xxxxxxxxxxxxxxxxxx>
> ---

[...]

> diff --git a/arch/arm/boot/dts/sun4i-a10-pov-protab2-ips9.dts b/arch/arm/boot/dts/sun4i-a10-pov-protab2-ips9.dts
> index 46e485ff925b..5081303f79e7 100644
> --- a/arch/arm/boot/dts/sun4i-a10-pov-protab2-ips9.dts
> +++ b/arch/arm/boot/dts/sun4i-a10-pov-protab2-ips9.dts
> @@ -101,7 +101,7 @@
> &i2c2 {
> status = "okay";
>
> - pixcir_ts@5c {
> + touchscreen@5c {

You also fixed up a name here. Please mention it.

> compatible = "pixcir,pixcir_tangoc";
> reg = <0x5c>;
> interrupt-parent = <&pio>;

[...]

Otherwise,

Acked-by: Chen-Yu Tsai <wens@xxxxxxxx>