mbox series

[0/2] arm64: dts: fsl-lx2162a-som: add description for rtc

Message ID 20240312-lx2162-rtc-v1-0-1f4cd431b1cf@solid-run.com (mailing list archive)
Headers show
Series arm64: dts: fsl-lx2162a-som: add description for rtc | expand

Message

Josua Mayer March 12, 2024, 7:56 p.m. UTC
Add description for an on-som rtc that was missed in original submission
of device-tree.

Also update the clearfog reference carrier board aliases to include the
previously disabled i2c bus with this rtc.

Signed-off-by: Josua Mayer <josua@solid-run.com>
---
Josua Mayer (2):
      arm64: dts: fsl-lx2162a-som: add description for rtc
      arm64: dts: fsl-lx2162a-clearfog: add alias for i2c bus iic6

 arch/arm64/boot/dts/freescale/fsl-lx2162a-clearfog.dts | 1 +
 arch/arm64/boot/dts/freescale/fsl-lx2162a-sr-som.dtsi  | 9 +++++++++
 2 files changed, 10 insertions(+)
---
base-commit: e8f897f4afef0031fe618a8e94127a0934896aba
change-id: 20240312-lx2162-rtc-a68b6ebfcb53

Sincerely,

Comments

Rob Herring (Arm) March 15, 2024, 3:50 p.m. UTC | #1
On Tue, 12 Mar 2024 20:56:53 +0100, Josua Mayer wrote:
> Add description for an on-som rtc that was missed in original submission
> of device-tree.
> 
> Also update the clearfog reference carrier board aliases to include the
> previously disabled i2c bus with this rtc.
> 
> Signed-off-by: Josua Mayer <josua@solid-run.com>
> ---
> Josua Mayer (2):
>       arm64: dts: fsl-lx2162a-som: add description for rtc
>       arm64: dts: fsl-lx2162a-clearfog: add alias for i2c bus iic6
> 
>  arch/arm64/boot/dts/freescale/fsl-lx2162a-clearfog.dts | 1 +
>  arch/arm64/boot/dts/freescale/fsl-lx2162a-sr-som.dtsi  | 9 +++++++++
>  2 files changed, 10 insertions(+)
> ---
> base-commit: e8f897f4afef0031fe618a8e94127a0934896aba
> change-id: 20240312-lx2162-rtc-a68b6ebfcb53
> 
> Sincerely,
> --
> Josua Mayer <josua@solid-run.com>
> 
> 
> 


My bot found new DTB warnings on the .dts files added or changed in this
series.

Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings
are fixed by another series. Ultimately, it is up to the platform
maintainer whether these warnings are acceptable or not. No need to reply
unless the platform maintainer has comments.

If you already ran DT checks and didn't see these error(s), then
make sure dt-schema is up to date:

  pip3 install dtschema --upgrade


New warnings running 'make CHECK_DTBS=y freescale/fsl-lx2162a-clearfog.dtb' for 20240312-lx2162-rtc-v1-0-1f4cd431b1cf@solid-run.com:

arch/arm64/boot/dts/freescale/fsl-lx2162a-clearfog.dtb: i2c@2050000: Unevaluated properties are not allowed ('clock-names' was unexpected)
	from schema $id: http://devicetree.org/schemas/i2c/i2c-imx.yaml#
Shawn Guo March 30, 2024, 3:07 p.m. UTC | #2
On Tue, Mar 12, 2024 at 08:56:53PM +0100, Josua Mayer wrote:
> Josua Mayer (2):
>       arm64: dts: fsl-lx2162a-som: add description for rtc
>       arm64: dts: fsl-lx2162a-clearfog: add alias for i2c bus iic6

Applied both, thanks!