ARM: dts: pxa*: Fix up encoding of the /rtc interrupts property
authorLubomir Rintel <lkundrak@v3.sk>
Sun, 19 Apr 2020 17:11:49 +0000 (19:11 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 21 May 2020 21:31:44 +0000 (23:31 +0200)
commit2e7167d17bcdc9968e0a103f7cb01b2820f86345
treea00cca1290154eddf6f3cf55c4bb6d64f9f66c73
parentc911cadfab50a67beff9cb036c3de9f8c81ff976
ARM: dts: pxa*: Fix up encoding of the /rtc interrupts property

This way the device tree validator learns that each cell of the property
constitutes a separate item. Otherwise it gets unnecessairly upset:

  pxa168-aspenite.dt.yaml: rtc@d4010000: interrupts: [[5, 6]] is too short
  pxa910-dkb.dt.yaml: rtc@d4010000: interrupts: [[5, 6]] is too short

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/pxa168.dtsi
arch/arm/boot/dts/pxa910.dtsi