Message ID | 20210820095341.5619-1-rogerq@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | ARM: dts: keystone-k2*-evm: Fix mdio and dss node status | expand |
On 12:53-20210820, Roger Quadros wrote: > Hi Santosh, > > This series fixes mdio and dss status nodes from "ok" to "okay" > > As per Device Tree core schema [1], status parameter of nodes can be either > "okay" or "disabled". > > U-boot Driver Model does not recognize status="ok" either and treats > the node as disabled. > > [1] https://github.com/devicetree-org/dt-schema/blob/master/schemas/dt-core.yaml#L36 Wondering if it is better to refer to the device tree specification itself rather than the schema implementation of the specification.. https://github.com/devicetree-org/devicetree-specification/releases/tag/v0.3 for example. > > cheers, > -roger > > Roger Quadros (2): > ARM: dts: keystone-k2*-evm: Fix mdio node status to "okay" > ARM: dts: keystone-k2g-evm: Fix dss node status to "okay" > > arch/arm/boot/dts/keystone-k2e-evm.dts | 2 +- > arch/arm/boot/dts/keystone-k2g-evm.dts | 2 +- > arch/arm/boot/dts/keystone-k2hk-evm.dts | 2 +- > arch/arm/boot/dts/keystone-k2l-evm.dts | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > > -- > 2.17.1 >