mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00: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
@ -267,7 +267,7 @@
|
||||
status = "okay";
|
||||
|
||||
// RGB LEDs
|
||||
pca9633: led-controller {
|
||||
pca9633: led-controller@62 {
|
||||
compatible = "nxp,pca9633";
|
||||
nxp,hw-blink;
|
||||
reg = <0x62>;
|
||||
|
Loading…
Reference in New Issue
Block a user