-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Devicetree BindingPR modifies or adds a Device Tree bindingPR modifies or adds a Device Tree binding
Description
Is your enhancement proposal related to a problem? Please describe.
There are still many descriptions like the one below in the current dts/bindings
, which are actually too redundant. e.g.:
This is a representation of
.... node
This binding gives a representation of
I think the best description would be this:
nRF7002 Wi-Fi chip with QSPI interface
STM32 USB HS PHY controller
ITE it8xxx2 PECI
In other words, describe the hardware itself without excessive explanation.
Describe the solution you'd like
Let's clean them up! There are too many of them. Let's tidy up the list items while cleaning them up
— I'm just trying to take the easy way out.
- cpu dts: cpu: Make descriptions consistent #86215
- wifi dts: wifi: Simplify the description of the binding #86266
- cache dts: cache: Simplify the description of the binding #86268
- gpio dts: gpio: Simplify the description of the binding #86389
- mbox dts: mbox: Simplify the description of the binding #86391
- i2c dts: i2c: Simplify the description of the binding #86390
- misc dts: misc: Simplify the description of the binding #86392
- net/wireless dts: net: wireless: Simplify the description of the binding #86393
- dai dts: dai: Simplify the description of the binding #86750
- pinctrl dts: pinctrl: Simplify the description of the binding #86752
- dma dts: dma: Simplify the description of the binding #87955
- spi
- tach
- timer
- watchdog
- usb
- rtc
- sd
- riscv
- shi
- sdhc
- rng
- smbus
- sram
- Look up dts: Simplify the description of the binding #87958
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing featuresarea: Devicetree BindingPR modifies or adds a Device Tree bindingPR modifies or adds a Device Tree binding