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

ARM: dts: vf610-zii: Remove 'max-brightness' property

The 'max-brightness' property is not a valid one as per
Documentation/devicetree/bindings/leds/leds-gpio.txt, so remove it.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Fabio Estevam and committed by
Shawn Guo
f7a6f5f3 3a1a67b1

-7
-5
arch/arm/boot/dts/vf610-zii-cfu1.dts
··· 29 29 label = "zii:green:debug1"; 30 30 gpios = <&gpio2 18 GPIO_ACTIVE_HIGH>; 31 31 linux,default-trigger = "heartbeat"; 32 - max-brightness = <1>; 33 32 }; 34 33 35 34 led-fail { 36 35 label = "zii:red:fail"; 37 36 gpios = <&gpio3 12 GPIO_ACTIVE_LOW>; 38 37 default-state = "off"; 39 - max-brightness = <1>; 40 38 }; 41 39 42 40 led-status { 43 41 label = "zii:green:status"; 44 42 gpios = <&gpio3 13 GPIO_ACTIVE_HIGH>; 45 43 default-state = "off"; 46 - max-brightness = <1>; 47 44 }; 48 45 49 46 led-debug-a { 50 47 label = "zii:green:debug_a"; 51 48 gpios = <&gpio3 14 GPIO_ACTIVE_HIGH>; 52 49 default-state = "off"; 53 - max-brightness = <1>; 54 50 }; 55 51 56 52 led-debug-b { 57 53 label = "zii:green:debug_b"; 58 54 gpios = <&gpio3 15 GPIO_ACTIVE_HIGH>; 59 55 default-state = "off"; 60 - max-brightness = <1>; 61 56 }; 62 57 }; 63 58
-1
arch/arm/boot/dts/vf610-zii-ssmb-dtu.dts
··· 37 37 label = "zii:green:debug1"; 38 38 gpios = <&gpio2 18 GPIO_ACTIVE_HIGH>; 39 39 linux,default-trigger = "heartbeat"; 40 - max-brightness = <1>; 41 40 }; 42 41 }; 43 42
-1
arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts
··· 37 37 label = "zii:green:debug1"; 38 38 gpios = <&gpio2 18 GPIO_ACTIVE_HIGH>; 39 39 linux,default-trigger = "heartbeat"; 40 - max-brightness = <1>; 41 40 }; 42 41 }; 43 42