Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: Remove "status" from schema examples, again

There's no reason to have "status" properties in examples. "okay" is the
default, and "disabled" turns off some schema checks ('required'
specifically).

A meta-schema check for this is pending, so hopefully the last time to
fix these.

Fix the indentation in intel,phy-thunderbay-emmc while we're here.

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> #for-iio
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-By: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20221014205104.2822159-1-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>

+7 -15
-1
Documentation/devicetree/bindings/arm/tegra/nvidia,tegra-ccplex-cluster.yaml
··· 47 47 compatible = "nvidia,tegra234-ccplex-cluster"; 48 48 reg = <0x0e000000 0x5ffff>; 49 49 nvidia,bpmp = <&bpmp>; 50 - status = "okay"; 51 50 };
-1
Documentation/devicetree/bindings/display/tegra/nvidia,tegra124-dpaux.yaml
··· 128 128 resets = <&tegra_car 181>; 129 129 reset-names = "dpaux"; 130 130 power-domains = <&pd_sor>; 131 - status = "disabled"; 132 131 133 132 state_dpaux_aux: pinmux-aux { 134 133 groups = "dpaux-io";
-2
Documentation/devicetree/bindings/display/tegra/nvidia,tegra186-display.yaml
··· 138 138 <&bpmp TEGRA186_CLK_NVDISPLAY_DSC>, 139 139 <&bpmp TEGRA186_CLK_NVDISPLAYHUB>; 140 140 clock-names = "disp", "dsc", "hub"; 141 - status = "disabled"; 142 141 143 142 power-domains = <&bpmp TEGRA186_POWER_DOMAIN_DISP>; 144 143 ··· 226 227 clocks = <&bpmp TEGRA194_CLK_NVDISPLAY_DISP>, 227 228 <&bpmp TEGRA194_CLK_NVDISPLAYHUB>; 228 229 clock-names = "disp", "hub"; 229 - status = "disabled"; 230 230 231 231 power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISP>; 232 232
-1
Documentation/devicetree/bindings/iio/addac/adi,ad74413r.yaml
··· 114 114 #size-cells = <0>; 115 115 116 116 cs-gpios = <&gpio 17 GPIO_ACTIVE_LOW>; 117 - status = "okay"; 118 117 119 118 ad74413r@0 { 120 119 compatible = "adi,ad74413r";
-1
Documentation/devicetree/bindings/net/cdns,macb.yaml
··· 203 203 power-domains = <&zynqmp_firmware PD_ETH_1>; 204 204 resets = <&zynqmp_reset ZYNQMP_RESET_GEM1>; 205 205 reset-names = "gem1_rst"; 206 - status = "okay"; 207 206 phy-mode = "sgmii"; 208 207 phys = <&psgtr 1 PHY_TYPE_SGMII 1 1>; 209 208 fixed-link {
-1
Documentation/devicetree/bindings/net/nxp,dwmac-imx.yaml
··· 92 92 <&clk IMX8MP_CLK_ENET_QOS>; 93 93 clock-names = "stmmaceth", "pclk", "ptp_ref", "tx"; 94 94 phy-mode = "rgmii"; 95 - status = "disabled"; 96 95 };
+7 -8
Documentation/devicetree/bindings/phy/intel,phy-thunderbay-emmc.yaml
··· 36 36 37 37 examples: 38 38 - | 39 - mmc_phy@80440800 { 40 - #phy-cells = <0x0>; 41 - compatible = "intel,thunderbay-emmc-phy"; 42 - status = "okay"; 43 - reg = <0x80440800 0x100>; 44 - clocks = <&emmc>; 45 - clock-names = "emmcclk"; 46 - }; 39 + mmc_phy@80440800 { 40 + #phy-cells = <0x0>; 41 + compatible = "intel,thunderbay-emmc-phy"; 42 + reg = <0x80440800 0x100>; 43 + clocks = <&emmc>; 44 + clock-names = "emmcclk"; 45 + };