mbox series

[v2,0/3] ARM: dts: ti: omap: fix dtbs_check warnings for ti,gpmc-nand and ti,gpmc-onenend

Message ID 20241009-gpmc-omap-dtbx-v2-0-fc68124a090a@kernel.org (mailing list archive)
Headers show
Series ARM: dts: ti: omap: fix dtbs_check warnings for ti,gpmc-nand and ti,gpmc-onenend | expand

Message

Roger Quadros Oct. 9, 2024, 1:16 p.m. UTC
This series fixes dtbs_check warnings on OMAP platforms
for ti,gpmc-nand and ti,gpmc-onenand.

The following warnings are fixed
- "nand@0,0: Unevaluated properties are not allowed ('linux,mtd-name' was unexpected)"
- "nand@0,0: Unevaluated properties are not allowed ('gpmc,device-nand' was unexpected)"
- "omap3430-sdp.dtb: onenand@2,0: Unevaluated properties are not allowed ('linux,mtd-name' was unexpected)"

Signed-off-by: Roger Quadros <rogerq@kernel.org>
---
Changes in v2:
- Rebased on v6.12-rc1
- Link to v1: https://lore.kernel.org/r/20240903-gpmc-dtb-v1-0-380952952e34@kernel.org

---
Roger Quadros (3):
      ARM: dts: ti: drop linux,mtd-name from NAND nodes
      ARM: dts: ti: omap: am335x-baltos: drop "gpmc,device-nand" from NAND node
      ARM: dts: ti: omap3434-sdp: drop linux,mtd-name from onenand node

 arch/arm/boot/dts/ti/omap/am335x-baltos.dtsi       | 1 -
 arch/arm/boot/dts/ti/omap/am3517-som.dtsi          | 1 -
 arch/arm/boot/dts/ti/omap/dm8148-evm.dts           | 1 -
 arch/arm/boot/dts/ti/omap/dm8168-evm.dts           | 1 -
 arch/arm/boot/dts/ti/omap/dra62x-j5eco-evm.dts     | 1 -
 arch/arm/boot/dts/ti/omap/logicpd-som-lv.dtsi      | 1 -
 arch/arm/boot/dts/ti/omap/logicpd-torpedo-som.dtsi | 1 -
 arch/arm/boot/dts/ti/omap/omap3-evm-37xx.dts       | 1 -
 arch/arm/boot/dts/ti/omap/omap3-evm.dts            | 1 -
 arch/arm/boot/dts/ti/omap/omap3-igep.dtsi          | 1 -
 arch/arm/boot/dts/ti/omap/omap3-ldp.dts            | 1 -
 arch/arm/boot/dts/ti/omap/omap3-overo-base.dtsi    | 1 -
 arch/arm/boot/dts/ti/omap/omap3430-sdp.dts         | 2 --
 13 files changed, 14 deletions(-)
---
base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc
change-id: 20240903-gpmc-omap-dtbx-d42a1f4148d7

Best regards,

Comments

Andreas Kemnade Oct. 10, 2024, 9:35 a.m. UTC | #1
Am Wed, 09 Oct 2024 16:16:53 +0300
schrieb Roger Quadros <rogerq@kernel.org>:

> This series fixes dtbs_check warnings on OMAP platforms
> for ti,gpmc-nand and ti,gpmc-onenand.
> 
> The following warnings are fixed
> - "nand@0,0: Unevaluated properties are not allowed ('linux,mtd-name'
> was unexpected)"
> - "nand@0,0: Unevaluated properties are not allowed
> ('gpmc,device-nand' was unexpected)"
> - "omap3430-sdp.dtb: onenand@2,0: Unevaluated properties are not
> allowed ('linux,mtd-name' was unexpected)"
> 
> Signed-off-by: Roger Quadros <rogerq@kernel.org>
> ---
> Changes in v2:
> - Rebased on v6.12-rc1
> - Link to v1:
> https://lore.kernel.org/r/20240903-gpmc-dtb-v1-0-380952952e34@kernel.org
> 
hmm, v1 seems to be applied. 
see
https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap.git/commit/?h=for-next&id=ea453dc2d4d6b7bed89386fe76916252993676ab
Kevin seems to only have pushed the for-next branch and not the
individual topic-6.13 branches.

Regards,
Andreas
Roger Quadros Oct. 10, 2024, 11:31 a.m. UTC | #2
Hi Andreas,

On 10/10/2024 12:35, Andreas Kemnade wrote:
> Am Wed, 09 Oct 2024 16:16:53 +0300
> schrieb Roger Quadros <rogerq@kernel.org>:
> 
>> This series fixes dtbs_check warnings on OMAP platforms
>> for ti,gpmc-nand and ti,gpmc-onenand.
>>
>> The following warnings are fixed
>> - "nand@0,0: Unevaluated properties are not allowed ('linux,mtd-name'
>> was unexpected)"
>> - "nand@0,0: Unevaluated properties are not allowed
>> ('gpmc,device-nand' was unexpected)"
>> - "omap3430-sdp.dtb: onenand@2,0: Unevaluated properties are not
>> allowed ('linux,mtd-name' was unexpected)"
>>
>> Signed-off-by: Roger Quadros <rogerq@kernel.org>
>> ---
>> Changes in v2:
>> - Rebased on v6.12-rc1
>> - Link to v1:
>> https://lore.kernel.org/r/20240903-gpmc-dtb-v1-0-380952952e34@kernel.org
>>
> hmm, v1 seems to be applied. 
> see
> https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap.git/commit/?h=for-next&id=ea453dc2d4d6b7bed89386fe76916252993676ab
> Kevin seems to only have pushed the for-next branch and not the
> individual topic-6.13 branches.

Thank for pointing out.

Please ignore this and sorry for the noise.