Re: [U-Boot] [PATCH] cmd/fdt: support single value replacement within an array

2017-06-08 Thread sjg
s...@google.com schrieb am 01.06.2017 05:11:57: > wrote: > > With this commit we can modify single values within an array of a dts > > property. > > > > This is useful if we have for example a pwm-backlight where we want to > > modifiy the pwm frequency per u-boot script. > > > > The pwm is descr

Re: [U-Boot] [PATCH] cmd/fdt: support single value replacement within an array

2017-05-31 Thread Hannes Schmelzer
s...@google.com schrieb am 01.06.2017 05:11:57: > wrote: > > With this commit we can modify single values within an array of a dts > > property. > > > > This is useful if we have for example a pwm-backlight where we want to > > modifiy the pwm frequency per u-boot script. > > > > The pwm is descr

Re: [U-Boot] [PATCH] cmd/fdt: support single value replacement within an array

2017-05-31 Thread Simon Glass
On 30 May 2017 at 07:05, Hannes Schmelzer wrote: > With this commit we can modify single values within an array of a dts > property. > > This is useful if we have for example a pwm-backlight where we want to > modifiy the pwm frequency per u-boot script. > > The pwm is described in dts like this:

[U-Boot] [PATCH] cmd/fdt: support single value replacement within an array

2017-05-30 Thread Hannes Schmelzer
With this commit we can modify single values within an array of a dts property. This is useful if we have for example a pwm-backlight where we want to modifiy the pwm frequency per u-boot script. The pwm is described in dts like this: backlight { pwms = <0x002b 0x 0x004c4b40>