@@ -1,37 +0,0 @@-* Atmel Quad Serial Peripheral Interface (QSPI)--Required properties:-- compatible: Should be one of the following:- - "atmel,sama5d2-qspi"- - "microchip,sam9x60-qspi"-- reg: Should contain the locations and lengths of the base registers- and the mapped memory.-- reg-names: Should contain the resource reg names:- - qspi_base: configuration register address space- - qspi_mmap: memory mapped address space-- interrupts: Should contain the interrupt for the device.-- clocks: Should reference the peripheral clock and the QSPI system- clock if available.-- clock-names: Should contain "pclk" for the peripheral clock and "qspick"- for the system clock when available.-- #address-cells: Should be <1>.-- #size-cells: Should be <0>.--Example:--spi@f0020000 {- compatible = "atmel,sama5d2-qspi";- reg = <0xf0020000 0x100>, <0xd0000000 0x8000000>;- reg-names = "qspi_base", "qspi_mmap";- interrupts = <52 IRQ_TYPE_LEVEL_HIGH 7>;- clocks = <&pmc PMC_TYPE_PERIPHERAL 52>;- clock-names = "pclk";- #address-cells = <1>;- #size-cells = <0>;- pinctrl-names = "default";- pinctrl-0 = <&pinctrl_spi0_default>;-- m25p80@0 {- ...- };-};
--
2.25.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Running 'make dtbs_check' with the schema in this patch gives the
following warnings. Consider if they are expected or the schema is
incorrect. These may not be new warnings.
Note that it is not yet a requirement to have 0 warnings for dtbs_check.
This will change in the future.
Full log is available here: https://patchwork.ozlabs.org/patch/1565734
spi@f0024000: 'clock-names' is a required property
arch/arm/boot/dts/at91-sama5d27_som1_ek.dt.yaml
arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dt.yaml
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
Running 'make dtbs_check' with the schema in this patch gives the
following warnings. Consider if they are expected or the schema is
incorrect. These may not be new warnings.
Note that it is not yet a requirement to have 0 warnings for dtbs_check.
This will change in the future.
Full log is available here: https://patchwork.ozlabs.org/patch/1565734
spi@f0024000: 'clock-names' is a required property
arch/arm/boot/dts/at91-sama5d27_som1_ek.dt.yaml
arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dt.yaml
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next
Thanks!
[1/2] dt-bindings: spi: atmel,quadspi: Convert to json-schema
commit: 001a41d2a7061694fa31accdbc2013bb5c5d83b5
[2/2] dt-bindings: spi: atmel,quadspi: Define sama7g5 QSPI
commit: 77850bda360dd9b389d5064c64b79467d613c3d6
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel