mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-30 18:53:26 +01:00
ipq40xx: fix dtc warnimg
I2C bus unit address format error, expected "62" Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
eadf2ead4e
commit
14467fd515
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@
|
|||
status = "okay";
|
||||
|
||||
// RGB LEDs
|
||||
pca9633: led-controller {
|
||||
pca9633: led-controller@62 {
|
||||
compatible = "nxp,pca9633";
|
||||
nxp,hw-blink;
|
||||
reg = <0x62>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue