mbox series

[RESEND,2nd,00/10] arm64: dts: intel: socfpga: minor cleanups

Message ID 20210308170945.161468-1-krzysztof.kozlowski@canonical.com (mailing list archive)
Headers show
Series arm64: dts: intel: socfpga: minor cleanups | expand

Message

Krzysztof Kozlowski March 8, 2021, 5:09 p.m. UTC
From: Krzysztof Kozlowski <krzk@kernel.org>

Hi Dinh, Arnd and Olof,

This is just a resend of previous patch.

Best regards,
Krzysztof

Krzysztof Kozlowski (10):
  dt-bindings: arm: intel,keembay: limit the dtschema to root node
  arm64: dts: intel: socfpga: override clocks by label
  arm64: dts: intel: socfpga_agilex: move clocks out of soc node
  arm64: dts: intel: socfpga_agilex: move timer out of soc node
  arm64: dts: intel: socfpga_agilex: remove default status=okay
  arm64: dts: intel: socfpga_agilex: move usbphy out of soc node
  arm64: dts: intel: socfpga_agilex: use defined for GIC interrupts
  arm64: dts: intel: socfpga_agilex: align node names with dtschema
  arm64: dts: intel: socfpga_agilex_socdk: align LED node names with
    dtschema
  arm64: dts: intel: socfpga_agilex_socdk_nand: align LED node names
    with dtschema

 .../bindings/arm/intel,keembay.yaml           |   2 +
 arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 222 ++++++++++--------
 .../boot/dts/intel/socfpga_agilex_socdk.dts   |  18 +-
 .../dts/intel/socfpga_agilex_socdk_nand.dts   |  18 +-
 .../boot/dts/intel/socfpga_n5x_socdk.dts      |  12 +-
 5 files changed, 144 insertions(+), 128 deletions(-)

Comments

Dinh Nguyen March 9, 2021, 1:30 p.m. UTC | #1
On 3/8/21 11:09 AM, Krzysztof Kozlowski wrote:
> From: Krzysztof Kozlowski <krzk@kernel.org>
> 
> Hi Dinh, Arnd and Olof,
> 
> This is just a resend of previous patch.
> 
> Best regards,
> Krzysztof
> 
> Krzysztof Kozlowski (10):
>    dt-bindings: arm: intel,keembay: limit the dtschema to root node
>    arm64: dts: intel: socfpga: override clocks by label
>    arm64: dts: intel: socfpga_agilex: move clocks out of soc node
>    arm64: dts: intel: socfpga_agilex: move timer out of soc node
>    arm64: dts: intel: socfpga_agilex: remove default status=okay
>    arm64: dts: intel: socfpga_agilex: move usbphy out of soc node
>    arm64: dts: intel: socfpga_agilex: use defined for GIC interrupts
>    arm64: dts: intel: socfpga_agilex: align node names with dtschema
>    arm64: dts: intel: socfpga_agilex_socdk: align LED node names with
>      dtschema
>    arm64: dts: intel: socfpga_agilex_socdk_nand: align LED node names
>      with dtschema
> 
>   .../bindings/arm/intel,keembay.yaml           |   2 +
>   arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 222 ++++++++++--------
>   .../boot/dts/intel/socfpga_agilex_socdk.dts   |  18 +-
>   .../dts/intel/socfpga_agilex_socdk_nand.dts   |  18 +-
>   .../boot/dts/intel/socfpga_n5x_socdk.dts      |  12 +-
>   5 files changed, 144 insertions(+), 128 deletions(-)
> 

For the whole series that involves socfpga, feel free to add:

Acked-by: Dinh Nguyen <dinguyen@kernel.org>

Thanks,
Dinh