External email : Please do not click links or open attachments until you have verified the sender or the content.
From: "xiaoshun.xu" <xiaoshun.xu@mediatek.com>
Add compatible and vio-idx-num attribute of MT8189
Signed-off-by: xiaoshun.xu <xiaoshun.xu@mediatek.com>
---
Documentation/devicetree/bindings/soc/mediatek/devapc.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml b/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml
index 99e2caafeadf..4068786d3bb1 100644
--- a/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml
+++ b/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml
@@ -21,6 +21,7 @@ properties:
enum:
- mediatek,mt6779-devapc
- mediatek,mt8186-devapc
+ - mediatek,mt8189-devapc
reg:
description: The base address of devapc register bank
@@ -30,6 +31,10 @@ properties:
description: A single interrupt specifier
maxItems: 1
+ vio-idx-num:
+ description: Describe the number of bus slaves controlled by devapc
+ maxItems: 1
+
clocks:
description: Contains module clock source and clock names
maxItems: 1
@@ -55,6 +60,7 @@ examples:
devapc: devapc@10207000 {
compatible = "mediatek,mt6779-devapc";
reg = <0x10207000 0x1000>;
+ vio-idx-num = <132>;
interrupts = <GIC_SPI 168 IRQ_TYPE_LEVEL_LOW>;
clocks = <&infracfg_ao CLK_INFRA_DEVICE_APC>;
clock-names = "devapc-infra-clock";
--
2.45.2
On Fri, 12 Dec 2025 11:13:42 +0800, Xiaoshun Xu wrote: > > External email : Please do not click links or open attachments until you have verified the sender or the content. > > > From: "xiaoshun.xu" <xiaoshun.xu@mediatek.com> > > Add compatible and vio-idx-num attribute of MT8189 > > Signed-off-by: xiaoshun.xu <xiaoshun.xu@mediatek.com> > --- > Documentation/devicetree/bindings/soc/mediatek/devapc.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > My bot found errors running 'make dt_binding_check' on your patch: yamllint warnings/errors: dtschema/dtc warnings/errors: /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml: vio-idx-num: missing type definition doc reference errors (make refcheckdocs): See https://patchwork.kernel.org/project/devicetree/patch/20251212031450.489128-2-xiaoshun.xu@mediatek.corp-partner.google.com The base for the series is generally the latest rc1. A different dependency should be noted in *this* patch. If you already ran 'make dt_binding_check' and didn't see the above error(s), then make sure 'yamllint' is installed and dt-schema is up to date: pip3 install dtschema --upgrade Please check and re-submit after running the above command yourself. Note that DT_SCHEMA_FILES can be set to your schema file to speed up checking your schema. However, it must be unset to test all examples with your schema.
On 12/12/2025 05:29, Rob Herring (Arm) wrote: > > On Fri, 12 Dec 2025 11:13:42 +0800, Xiaoshun Xu wrote: >> >> External email : Please do not click links or open attachments until you have verified the sender or the content. >> >> >> From: "xiaoshun.xu" <xiaoshun.xu@mediatek.com> >> >> Add compatible and vio-idx-num attribute of MT8189 >> >> Signed-off-by: xiaoshun.xu <xiaoshun.xu@mediatek.com> >> --- >> Documentation/devicetree/bindings/soc/mediatek/devapc.yaml | 6 ++++++ >> 1 file changed, 6 insertions(+) >> > > My bot found errors running 'make dt_binding_check' on your patch: > > yamllint warnings/errors: > > dtschema/dtc warnings/errors: > /builds/robherring/dt-review-ci/linux/Documentation/devicetree/bindings/soc/mediatek/devapc.yaml: vio-idx-num: missing type definition > > doc reference errors (make refcheckdocs): > None of these patches here managed to pass spam checks on my inbox, so I got only this report. Considering patch containing "External email" clause in the commit msg, I would say posting was somehow non-standard or just broken. That's obviously a no-go and finally mediatek corp-partners need to act on these poor postings (not an exception here). Best regards, Krzysztof
© 2016 - 2025 Red Hat, Inc.