summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorQuentin Schulz <[email protected]>2025-11-12 18:48:09 +0100
committerTom Rini <[email protected]>2025-12-03 11:03:45 -0600
commitb0f39c085dc8f99becd7b2a83d43958c5e6fa936 (patch)
tree808a88bfe8203c63b95dd813030e9a59863c85a1 /include/linux
parentb8c35fa9c58aeb16bd56433b551203ec70c87517 (diff)
doc: dt-bindings: remove duplicates with dts/upstream
doc/device-tree-bindings/leds/leds-bcm6328.txt can be found at dts/upstream/Bindings/leds/leds-bcm6328.yaml. doc/device-tree-bindings/leds/leds-bcm6358.txt can be found at dts/upstream/Bindings/leds/leds-bcm6358.txt. doc/device-tree-bindings/leds/leds-gpio.txt can be found at dts/upstream/Bindings/leds/leds-gpio.yaml. doc/device-tree-bindings/leds/leds-lp5562.txt can be found at dts/upstream/Bindings/leds/leds-lp55xx.yaml. Only two LED dt-bindings are left in U-Boot: leds-bcm6858.txt and leds-pwm.txt. The former is partially supported by dts/upstream/Bindings/leds/leds-bcm63138.yaml but is lacking all optional properties we have listed in "downstream" dt-binding in U-Boot. However, there doesn't seem to exist any user of that compatible. The latter is partially supported by dts/upstream/Bindings/leds/leds-pwm.yaml but is missing the u-boot,default-brightness property, which is used by arch/arm/dts/rk3326-odroid-go2-u-boot.dtsi at the moment. The default-brightness property is probably not what we want here as it defaults to max-brightness if missing. I'm assuming we want a different value for U-Boot (127) and the kernel (255 via max-brightness as a default), which would prevent us from upstreaming this property, which doesn't change the status quo, so let it be for now. Signed-off-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions