mbox series

[0/2] Try to fix DT schema problems for V3-series DTs

Message ID 20201003234842.1121077-1-icenowy@aosc.io (mailing list archive)
Headers show
Series Try to fix DT schema problems for V3-series DTs | expand

Message

Icenowy Zheng Oct. 3, 2020, 11:48 p.m. UTC
This patchset tries to fix DT schema verification errors that exist in
V3-series device trees.

The first patch drops bogus properties that is not needed in PineCube
DT, and the second one adds compatible to the binding.

Icenowy Zheng (2):
  ARM: dts: sun8i: s3: drop bogus cells for CSI subnode on PineCube
  dt-bindings: sram: sunxi-sram: add V3s compatible string

 .../bindings/sram/allwinner,sun4i-a10-system-control.yaml      | 3 +++
 arch/arm/boot/dts/sun8i-s3-pinecube.dts                        | 3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Maxime Ripard Oct. 5, 2020, 8:22 a.m. UTC | #1
On Sun, Oct 04, 2020 at 07:48:42AM +0800, Icenowy Zheng wrote:
> This patchset tries to fix DT schema verification errors that exist in
> V3-series device trees.
> 
> The first patch drops bogus properties that is not needed in PineCube
> DT, and the second one adds compatible to the binding.
> 
> Icenowy Zheng (2):
>   ARM: dts: sun8i: s3: drop bogus cells for CSI subnode on PineCube
>   dt-bindings: sram: sunxi-sram: add V3s compatible string

Squashed the first one and applied the second, thanks!
Maxime