Commit c9adc3bd authored by Rob Herring's avatar Rob Herring
Browse files

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: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Acked-by: default avatarThierry Reding <treding@nvidia.com>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> #for-iio
Reviewed-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-By: default avatarVinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20221014205104.2822159-1-robh@kernel.org


Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent 6a1cb5b7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -47,5 +47,4 @@ examples:
      compatible = "nvidia,tegra234-ccplex-cluster";
      reg = <0x0e000000 0x5ffff>;
      nvidia,bpmp = <&bpmp>;
      status = "okay";
    };
+0 −1
Original line number Diff line number Diff line
@@ -128,7 +128,6 @@ examples:
        resets = <&tegra_car 181>;
        reset-names = "dpaux";
        power-domains = <&pd_sor>;
        status = "disabled";

        state_dpaux_aux: pinmux-aux {
            groups = "dpaux-io";
+0 −2
Original line number Diff line number Diff line
@@ -138,7 +138,6 @@ examples:
                 <&bpmp TEGRA186_CLK_NVDISPLAY_DSC>,
                 <&bpmp TEGRA186_CLK_NVDISPLAYHUB>;
        clock-names = "disp", "dsc", "hub";
        status = "disabled";

        power-domains = <&bpmp TEGRA186_POWER_DOMAIN_DISP>;

@@ -227,7 +226,6 @@ examples:
        clocks = <&bpmp TEGRA194_CLK_NVDISPLAY_DISP>,
                 <&bpmp TEGRA194_CLK_NVDISPLAYHUB>;
        clock-names = "disp", "hub";
        status = "disabled";

        power-domains = <&bpmp TEGRA194_POWER_DOMAIN_DISP>;

+0 −1
Original line number Diff line number Diff line
@@ -114,7 +114,6 @@ examples:
      #size-cells = <0>;

      cs-gpios = <&gpio 17 GPIO_ACTIVE_LOW>;
      status = "okay";

      ad74413r@0 {
        compatible = "adi,ad74413r";
+0 −1
Original line number Diff line number Diff line
@@ -203,7 +203,6 @@ examples:
                    power-domains = <&zynqmp_firmware PD_ETH_1>;
                    resets = <&zynqmp_reset ZYNQMP_RESET_GEM1>;
                    reset-names = "gem1_rst";
                    status = "okay";
                    phy-mode = "sgmii";
                    phys = <&psgtr 1 PHY_TYPE_SGMII 1 1>;
                    fixed-link {
Loading