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

ARM: dts: bcm21664/23550: use CCU compatibles directly

BCM21664 and BCM23550 DTs for some reason use constants from a header file
for their CCU node compatibles. Change these to use the strings directly.

Signed-off-by: Stanislav Jakubek <stano.jakubek@gmail.com>
Link: https://lore.kernel.org/r/65c54bd4076d646623d2a2f518631435522dc628.1685127525.git.stano.jakubek@gmail.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>

authored by

Stanislav Jakubek and committed by
Florian Fainelli
2e167b34 9038af90

+8 -8
+4 -4
arch/arm/boot/dts/bcm21664.dtsi
··· 285 285 }; 286 286 287 287 root_ccu: root_ccu@35001000 { 288 - compatible = BCM21664_DT_ROOT_CCU_COMPAT; 288 + compatible = "brcm,bcm21664-root-ccu"; 289 289 reg = <0x35001000 0x0f00>; 290 290 #clock-cells = <1>; 291 291 clock-output-names = "frac_1m"; 292 292 }; 293 293 294 294 aon_ccu: aon_ccu@35002000 { 295 - compatible = BCM21664_DT_AON_CCU_COMPAT; 295 + compatible = "brcm,bcm21664-aon-ccu"; 296 296 reg = <0x35002000 0x0f00>; 297 297 #clock-cells = <1>; 298 298 clock-output-names = "hub_timer"; 299 299 }; 300 300 301 301 master_ccu: master_ccu@3f001000 { 302 - compatible = BCM21664_DT_MASTER_CCU_COMPAT; 302 + compatible = "brcm,bcm21664-master-ccu"; 303 303 reg = <0x3f001000 0x0f00>; 304 304 #clock-cells = <1>; 305 305 clock-output-names = "sdio1", ··· 313 313 }; 314 314 315 315 slave_ccu: slave_ccu@3e011000 { 316 - compatible = BCM21664_DT_SLAVE_CCU_COMPAT; 316 + compatible = "brcm,bcm21664-slave-ccu"; 317 317 reg = <0x3e011000 0x0f00>; 318 318 #clock-cells = <1>; 319 319 clock-output-names = "uartb",
+4 -4
arch/arm/boot/dts/bcm23550.dtsi
··· 371 371 }; 372 372 373 373 root_ccu: root_ccu@35001000 { 374 - compatible = BCM21664_DT_ROOT_CCU_COMPAT; 374 + compatible = "brcm,bcm21664-root-ccu"; 375 375 reg = <0x35001000 0x0f00>; 376 376 #clock-cells = <1>; 377 377 clock-output-names = "frac_1m"; 378 378 }; 379 379 380 380 aon_ccu: aon_ccu@35002000 { 381 - compatible = BCM21664_DT_AON_CCU_COMPAT; 381 + compatible = "brcm,bcm21664-aon-ccu"; 382 382 reg = <0x35002000 0x0f00>; 383 383 #clock-cells = <1>; 384 384 clock-output-names = "hub_timer"; 385 385 }; 386 386 387 387 slave_ccu: slave_ccu@3e011000 { 388 - compatible = BCM21664_DT_SLAVE_CCU_COMPAT; 388 + compatible = "brcm,bcm21664-slave-ccu"; 389 389 reg = <0x3e011000 0x0f00>; 390 390 #clock-cells = <1>; 391 391 clock-output-names = "uartb", ··· 398 398 }; 399 399 400 400 master_ccu: master_ccu@3f001000 { 401 - compatible = BCM21664_DT_MASTER_CCU_COMPAT; 401 + compatible = "brcm,bcm21664-master-ccu"; 402 402 reg = <0x3f001000 0x0f00>; 403 403 #clock-cells = <1>; 404 404 clock-output-names = "sdio1",