Message ID | 20241224084839.2904335-1-wenst@chromium.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v2,1/2] dt-bindings: arm: mediatek: Drop MT8192 Chromebook variants that never shipped | expand |
On Tue, 24 Dec 2024 16:48:37 +0800, Chen-Yu Tsai wrote: > The Hayato rev5 sku2 and Spherion rev4 variants were designed in > anticipation of shortages of the headphone codec. This never happened. > As far as our records show: the variants were never produced or > shipped, and no such devices were deployed to any lab. > > Drop them. > > Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> > --- > Changes since v1: > - none > > Documentation/devicetree/bindings/arm/mediatek.yaml | 11 ----------- > 1 file changed, 11 deletions(-) > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y mediatek/mt8192-asurada-hayato-r5-sku2.dtb mediatek/mt8192-asurada-spherion-r4.dtb' for 20241224084839.2904335-1-wenst@chromium.org: make[3]: *** No rule to make target 'arch/arm64/boot/dts/mediatek/mt8192-asurada-hayato-r5-sku2.dtb'. make[2]: *** [scripts/Makefile.build:440: arch/arm64/boot/dts/mediatek] Error 2 make[2]: Target 'arch/arm64/boot/dts/mediatek/mt8192-asurada-hayato-r5-sku2.dtb' not remade because of errors. make[1]: *** [/home/rob/proj/linux-dt-testing/Makefile:1463: mediatek/mt8192-asurada-hayato-r5-sku2.dtb] Error 2 make[3]: *** No rule to make target 'arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r4.dtb'. make[2]: *** [scripts/Makefile.build:440: arch/arm64/boot/dts/mediatek] Error 2 make[2]: Target 'arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r4.dtb' not remade because of errors. make[1]: *** [/home/rob/proj/linux-dt-testing/Makefile:1463: mediatek/mt8192-asurada-spherion-r4.dtb] Error 2 make: *** [Makefile:251: __sub-make] Error 2 make: Target 'mediatek/mt8192-asurada-hayato-r5-sku2.dtb' not remade because of errors. make: Target 'mediatek/mt8192-asurada-spherion-r4.dtb' not remade because of errors.
On Tue, 24 Dec 2024 16:48:37 +0800, Chen-Yu Tsai wrote: > The Hayato rev5 sku2 and Spherion rev4 variants were designed in > anticipation of shortages of the headphone codec. This never happened. > As far as our records show: the variants were never produced or > shipped, and no such devices were deployed to any lab. > > Drop them. > > [...] Applied to v6.13-next/dts64, thanks! [1/2] dt-bindings: arm: mediatek: Drop MT8192 Chromebook variants that never shipped commit: e43525fc7eb90eb8e12acb2e82729827023f77d5 [2/2] arm64: dts: mediatek: mt8192: Drop Chromebook variants that never shipped commit: cb6450fe891c892253f9b835b378f53d0a39fc7d Cheers, Angelo
diff --git a/Documentation/devicetree/bindings/arm/mediatek.yaml b/Documentation/devicetree/bindings/arm/mediatek.yaml index da6af39caa9b..3ce34d68c213 100644 --- a/Documentation/devicetree/bindings/arm/mediatek.yaml +++ b/Documentation/devicetree/bindings/arm/mediatek.yaml @@ -370,12 +370,6 @@ properties: - const: google,hayato-rev1 - const: google,hayato - const: mediatek,mt8192 - - description: Google Hayato rev5 - items: - - const: google,hayato-rev5-sku2 - - const: google,hayato-sku2 - - const: google,hayato - - const: mediatek,mt8192 - description: Google Spherion (Acer Chromebook 514) items: - const: google,spherion-rev3 @@ -384,11 +378,6 @@ properties: - const: google,spherion-rev0 - const: google,spherion - const: mediatek,mt8192 - - description: Google Spherion rev4 (Acer Chromebook 514) - items: - - const: google,spherion-rev4 - - const: google,spherion - - const: mediatek,mt8192 - items: - enum: - mediatek,mt8192-evb
The Hayato rev5 sku2 and Spherion rev4 variants were designed in anticipation of shortages of the headphone codec. This never happened. As far as our records show: the variants were never produced or shipped, and no such devices were deployed to any lab. Drop them. Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> --- Changes since v1: - none Documentation/devicetree/bindings/arm/mediatek.yaml | 11 ----------- 1 file changed, 11 deletions(-)