On 09/03/2023 03:08, zhuyinbo wrote:
在 2023/3/8 下午7:30, Krzysztof Kozlowski 写道:OK then.
On 08/03/2023 03:59, Yinbo Zhu wrote:loongson,ls-spi.yaml is for ls2k-spi and ls7a-spi, I will add following
Add the Loongson platform spi binding with DT schema format usingFilename matching the compatible.
json-schema.
Signed-off-by: Yinbo Zhu <zhuyinbo@xxxxxxxxxxx>
---
.../bindings/spi/loongson,ls-spi.yaml | 47 +++++++++++++++++++
MAINTAINERS | 6 +++
2 files changed, 53 insertions(+)
create mode 100644 Documentation/devicetree/bindings/spi/loongson,ls-spi.yaml
desription:
properties:
compatible:
enum:
- loongson,ls2k-spi
- loongson,ls7a-spi
okay, but I maybe forgot it, I should be refer other spi yaml file.
I meant, from which other file did you copy it?okay, I will drop the quotes. and I don't got it about the code basediff --git a/Documentation/devicetree/bindings/spi/loongson,ls-spi.yaml b/Documentation/devicetree/bindings/spi/loongson,ls-spi.yamlDrop the quotes. What was the base of your code here?
new file mode 100644
index 000000000000..8a13a96b3818
--- /dev/null
+++ b/Documentation/devicetree/bindings/spi/loongson,ls-spi.yaml
@@ -0,0 +1,47 @@
+# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
+
+%YAML 1.2
+---
+$id: "http://devicetree.org/schemas/spi/loongson,ls-spi.yaml#"
+$schema: "http://devicetree.org/meta-schemas/core.yaml#"
that you said.
you meaning is advice me add a line as follows ?
Obviously you have to also drop it from DTS and driver...if drop the clock-names entry, the yaml file will compile fail.+Drop clock-names, not needed for single entry.
+ clock-names:
+ const: boot
Best regards,
Krzysztof